#42792C

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

Shades of Bilbao #42792C

Tints of Bilbao #42792C

Color information

#42792C (or 0x42792C) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 2C. RGB value is (66,121,44). Sum of RGB (Red+Green+Blue) = 66+121+44=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #42792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42792C is #BD86D3. Grayscale: #606060. Windows color (decimal): -12420820 or 2914626. OLE color: 2914626.

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

Color convert

RGB6612144-
CMYK0.4500.640.53
HSL102.86º46.67%32.35%-
HSV(B)102.86º63.64%47.45%-
XYZ9.5415.014.78-
YUV95.7898.78106.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=28.57%
G=52.38%
B=19.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121440.4500.640.53102.8646.6732.35
Hex42792C2D04035672f20
Octal10217154550100651475740
Binary10000101111001101100101101010000001101011100111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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