#34892B

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

Shades of Bilbao #34892B

Tints of Bilbao #34892B

Color information

#34892B (or 0x34892B) is unknown color: approx Bilbao. HEX triplet: 34, 89 and 2B. RGB value is (52,137,43). Sum of RGB (Red+Green+Blue) = 52+137+43=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #34892B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34892B is #CB76D4. Grayscale: #656565. Windows color (decimal): -13334229 or 2853172. OLE color: 2853172.

HSL color Cylindrical-coordinate representation of color #34892B: hue angle of 114.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34892B is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB5213743-
CMYK0.6200.690.46
HSL114.26º52.22%35.29%-
HSV(B)114.26º68.61%53.73%-
XYZ10.818.85.34-
YUV100.8795.3493.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 137 (53.91% from 255) = 59.05%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=22.41%
G=59.05%
B=18.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137430.6200.690.46114.2652.2235.29
Hex34892B3E0452E723423
Octal6421153760105561626443
Binary11010010001001101011111110010001011011101110010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34892B; }

 p { color: rgb(52,137,43); }

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

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

 a { background-color: rgb(52,137,43); }

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

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

 span { border-color: rgb(52,137,43); }

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