#34880F

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

Shades of Bilbao #34880F

Tints of Bilbao #34880F

Color information

#34880F (or 0x34880F) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 0F. RGB value is (52,136,15). Sum of RGB (Red+Green+Blue) = 52+136+15=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #34880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34880F is #CB77F0. Grayscale: #616161. Windows color (decimal): -13334513 or 1017908. OLE color: 1017908.

HSL color Cylindrical-coordinate representation of color #34880F: hue angle of 101.65º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34880F is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB5213615-
CMYK0.6200.890.47
HSL101.65º80.13%29.61%-
HSV(B)101.65º88.97%53.33%-
XYZ10.3118.373.46-
YUV97.0981.6795.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 136 (53.52% from 255) = 67.00%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=25.62%
G=67.00%
B=7.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136150.6200.890.47101.6580.1329.61
Hex3488F3E0592F66501e
Octal64210177601315714612036
Binary110100100010001111111110010110011011111100110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34880F; }

 p { color: rgb(52,136,15); }

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

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

 a { background-color: rgb(52,136,15); }

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

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

 span { border-color: rgb(52,136,15); }

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