#34851D

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

Shades of Bilbao #34851D

Tints of Bilbao #34851D

Color information

#34851D (or 0x34851D) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 1D. RGB value is (52,133,29). Sum of RGB (Red+Green+Blue) = 52+133+29=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #34851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34851D is #CB7AE2. Grayscale: #616161. Windows color (decimal): -13335267 or 1934644. OLE color: 1934644.

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

Color convert

RGB5213329-
CMYK0.6100.780.48
HSL106.73º64.2%31.76%-
HSV(B)106.73º78.2%52.16%-
XYZ10.0317.594.03-
YUV96.9289.6695.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 29 (11.72% from 255) = 13.55%
R=24.30%
G=62.15%
B=13.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133290.6100.780.48106.7364.231.76
Hex34851D3D04E306b4020
Octal64205357501166015310040
Binary11010010000101111011111010100111011000011010111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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