#42791F

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

Shades of Bilbao #42791F

Tints of Bilbao #42791F

Color information

#42791F (or 0x42791F) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 1F. RGB value is (66,121,31). Sum of RGB (Red+Green+Blue) = 66+121+31=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #42791F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42791F is #BD86E0. Grayscale: #5E5E5E. Windows color (decimal): -12420833 or 2062658. OLE color: 2062658.

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

Color convert

RGB6612131-
CMYK0.4500.740.53
HSL96.67º59.21%29.8%-
HSV(B)96.67º74.38%47.45%-
XYZ9.3314.933.69-
YUV94.392.28107.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=30.28%
G=55.50%
B=14.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121310.4500.740.5396.6759.2129.8
Hex42791F2D04A35613b1e
Octal10217137550112651417336
Binary100001011110011111110110101001010110101110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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