#42790F

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

Shades of Bilbao #42790F

Tints of Bilbao #42790F

Color information

#42790F (or 0x42790F) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 0F. RGB value is (66,121,15). Sum of RGB (Red+Green+Blue) = 66+121+15=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #42790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42790F is #BD86F0. Grayscale: #5C5C5C. Windows color (decimal): -12420849 or 1014082. OLE color: 1014082.

HSL color Cylindrical-coordinate representation of color #42790F: hue angle of 91.13º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42790F is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB6612115-
CMYK0.4500.880.53
HSL91.13º77.94%26.67%-
HSV(B)91.13º87.6%47.45%-
XYZ9.1714.872.84-
YUV92.4784.28109.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=32.67%
G=59.90%
B=7.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121150.4500.880.5391.1377.9426.67
Hex4279F2D058355b4e1b
Octal102171175501306513311633
Binary100001011110011111101101010110001101011011011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,121,15); }

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

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

 a { background-color: rgb(66,121,15); }

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

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

 span { border-color: rgb(66,121,15); }

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