#42722D

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

Shades of Bilbao #42722D

Tints of Bilbao #42722D

Color information

#42722D (or 0x42722D) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 2D. RGB value is (66,114,45). Sum of RGB (Red+Green+Blue) = 66+114+45=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #42722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42722D is #BD8DD2. Grayscale: #5C5C5C. Windows color (decimal): -12422611 or 2978370. OLE color: 2978370.

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

Color convert

RGB6611445-
CMYK0.4200.610.55
HSL101.74º43.4%31.18%-
HSV(B)101.74º60.53%44.71%-
XYZ8.7413.384.61-
YUV91.78101.6109.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 45 (17.97% from 255) = 20%
R=29.33%
G=50.67%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114450.4200.610.55101.7443.431.18
Hex42722D2A03D37662b1f
Octal1021625552075671465337
Binary100001011100101011011010100111101110111110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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