#42780D

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

Shades of Bilbao #42780D

Tints of Bilbao #42780D

Color information

#42780D (or 0x42780D) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 0D. RGB value is (66,120,13). Sum of RGB (Red+Green+Blue) = 66+120+13=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #42780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42780D is #BD87F2. Grayscale: #5C5C5C. Windows color (decimal): -12421107 or 882754. OLE color: 882754.

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

Color convert

RGB6612013-
CMYK0.4500.890.53
HSL90.28º80.45%26.08%-
HSV(B)90.28º89.17%47.06%-
XYZ9.0414.622.73-
YUV91.6683.61109.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=33.17%
G=60.30%
B=6.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120130.4500.890.5390.2880.4526.08
Hex4278D2D059355a501a
Octal102170155501316513212032
Binary100001011110001101101101010110011101011011010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,120,13); }

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

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

 a { background-color: rgb(66,120,13); }

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

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

 span { border-color: rgb(66,120,13); }

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