#34741C

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

Shades of Bilbao #34741C

Tints of Bilbao #34741C

Color information

#34741C (or 0x34741C) is unknown color: approx Bilbao. HEX triplet: 34, 74 and 1C. RGB value is (52,116,28). Sum of RGB (Red+Green+Blue) = 52+116+28=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #34741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34741C is #CB8BE3. Grayscale: #575757. Windows color (decimal): -13339620 or 1864756. OLE color: 1864756.

HSL color Cylindrical-coordinate representation of color #34741C: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34741C is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB5211628-
CMYK0.5500.760.55
HSL103.64º61.11%28.24%-
HSV(B)103.64º75.86%45.49%-
XYZ7.8713.33.25-
YUV86.8394.8103.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 116 (45.70% from 255) = 59.18%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=26.53%
G=59.18%
B=14.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116280.5500.760.55103.6461.1128.24
Hex34741C3704C37683d1c
Octal6416434670114671507534
Binary11010011101001110011011101001100110111110100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34741C; }

 p { color: rgb(52,116,28); }

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

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

 a { background-color: rgb(52,116,28); }

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

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

 span { border-color: rgb(52,116,28); }

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