#42721c

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

Shades of Bilbao #42721C

Tints of Bilbao #42721C

Color information

#42721C (or 0x42721C) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 1C. RGB value is (66,114,28). Sum of RGB (Red+Green+Blue) = 66+114+28=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #42721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42721C is #BD8DE3. Grayscale: #5A5A5A. Windows color (decimal): -12422628 or 1864258. OLE color: 1864258.

HSL color Cylindrical-coordinate representation of color #42721C: hue angle of 93.49º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42721C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB6611428-
CMYK0.4200.750.55
HSL93.49º60.56%27.84%-
HSV(B)93.49º75.44%44.71%-
XYZ8.4713.283.21-
YUV89.8493.1110.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=31.73%
G=54.81%
B=13.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114280.4200.750.5593.4960.5627.84
Hex42721C2A04B375d3d1c
Octal10216234520113671357534
Binary100001011100101110010101001001011110111101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42721c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42721c; }

 p { color: rgb(66,114,28); }

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

<style>
 a { background-color: #42721c; }

 a { background-color: rgb(66,114,28); }

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

<style>
 span { border-color: #42721c; }

 span { border-color: rgb(66,114,28); }

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