#42792D

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

Shades of Bilbao #42792D

Tints of Bilbao #42792D

Color information

#42792D (or 0x42792D) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 2D. RGB value is (66,121,45). Sum of RGB (Red+Green+Blue) = 66+121+45=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #42792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42792D is #BD86D2. Grayscale: #606060. Windows color (decimal): -12420819 or 2980162. OLE color: 2980162.

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

Color convert

RGB6612145-
CMYK0.4500.630.53
HSL103.42º45.78%32.55%-
HSV(B)103.42º62.81%47.45%-
XYZ9.5615.024.88-
YUV95.8999.28106.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=28.45%
G=52.16%
B=19.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121450.4500.630.53103.4245.7832.55
Hex42792D2D03F35672e21
Octal1021715555077651475641
Binary1000010111100110110110110101111111101011100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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