#42841F

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

Shades of Bilbao #42841F

Tints of Bilbao #42841F

Color information

#42841F (or 0x42841F) is unknown color: approx Bilbao. HEX triplet: 42, 84 and 1F. RGB value is (66,132,31). Sum of RGB (Red+Green+Blue) = 66+132+31=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #42841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42841F is #BD7BE0. Grayscale: #656565. Windows color (decimal): -12418017 or 2065474. OLE color: 2065474.

HSL color Cylindrical-coordinate representation of color #42841F: hue angle of 99.21º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42841F is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB6613231-
CMYK0.500.770.48
HSL99.21º61.96%31.96%-
HSV(B)99.21º76.52%51.76%-
XYZ10.7517.764.16-
YUV100.7588.63103.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 132 (51.95% from 255) = 57.64%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=28.82%
G=57.64%
B=13.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132310.500.770.4899.2161.9631.96
Hex42841F3204D30633e20
Octal10220437620115601437640
Binary10000101000010011111110010010011011100001100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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