#347808

Color #347808 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #347808

Tints of Bilbao #347808

Color information

#347808 (or 0x347808) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 08. RGB value is (52,120,8). Sum of RGB (Red+Green+Blue) = 52+120+8=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #347808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347808 is #CB87F7. Grayscale: #575757. Windows color (decimal): -13338616 or 555060. OLE color: 555060.

HSL color Cylindrical-coordinate representation of color #347808: hue angle of 96.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #347808 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB521208-
CMYK0.5700.930.53
HSL96.43º87.5%25.1%-
HSV(B)96.43º93.33%47.06%-
XYZ8.1814.182.54-
YUV86.983.47103.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 120 (47.27% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=28.89%
G=66.67%
B=4.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5212080.5700.930.5396.4387.525.1
Hex347883905D35605819
Octal64170107101356514013031
Binary11010011110001000111001010111011101011100000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347808; }

 p { color: rgb(52,120,8); }

 H1.HeaderClassName
 {
   color: #347808;
 }
 .AnyTagClassName
 {
   color: #347808;
 }
</style>
background-color css

<style>
 a { background-color: #347808; }

 a { background-color: rgb(52,120,8); }

 div.DivClassName
 {
   background-color: #347808;
 }
 .BgClassName
 {
   background-color: #347808;
 }
</style>
border-color css

<style>
 span { border-color: #347808; }

 span { border-color: rgb(52,120,8); }

 td.TdClassName
 {
   border-color: #347808;
 }
 .TagClassName
 {
   border-color: #347808;
 }
</style>