#34780B

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

Shades of Bilbao #34780B

Tints of Bilbao #34780B

Color information

#34780B (or 0x34780B) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 0B. RGB value is (52,120,11). Sum of RGB (Red+Green+Blue) = 52+120+11=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #34780B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34780B is #CB87F4. Grayscale: #575757. Windows color (decimal): -13338613 or 751668. OLE color: 751668.

HSL color Cylindrical-coordinate representation of color #34780B: hue angle of 97.43º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34780B is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB5212011-
CMYK0.5700.910.53
HSL97.43º83.21%25.69%-
HSV(B)97.43º90.83%47.06%-
XYZ8.1914.192.62-
YUV87.2484.97102.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 120 (47.27% from 255) = 65.57%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=28.42%
G=65.57%
B=6.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120110.5700.910.5397.4383.2125.69
Hex3478B3905B3561531a
Octal64170137101336514112332
Binary11010011110001011111001010110111101011100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,120,11); }

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

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

 a { background-color: rgb(52,120,11); }

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

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

 span { border-color: rgb(52,120,11); }

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