#34851C

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

Shades of Bilbao #34851C

Tints of Bilbao #34851C

Color information

#34851C (or 0x34851C) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 1C. RGB value is (52,133,28). Sum of RGB (Red+Green+Blue) = 52+133+28=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #34851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34851C is #CB7AE3. Grayscale: #616161. Windows color (decimal): -13335268 or 1869108. OLE color: 1869108.

HSL color Cylindrical-coordinate representation of color #34851C: hue angle of 106.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34851C is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB5213328-
CMYK0.6100.790.48
HSL106.29º65.22%31.57%-
HSV(B)106.29º78.95%52.16%-
XYZ10.0117.593.97-
YUV96.8189.1696.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 133 (52.34% from 255) = 62.44%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=24.41%
G=62.44%
B=13.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133280.6100.790.48106.2965.2231.57
Hex34851C3D04F306a4120
Octal64205347501176015210140
Binary11010010000101111001111010100111111000011010101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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