#42851E

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

Shades of Bilbao #42851E

Tints of Bilbao #42851E

Color information

#42851E (or 0x42851E) is unknown color: approx Bilbao. HEX triplet: 42, 85 and 1E. RGB value is (66,133,30). Sum of RGB (Red+Green+Blue) = 66+133+30=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #42851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42851E is #BD7AE1. Grayscale: #656565. Windows color (decimal): -12417762 or 2000194. OLE color: 2000194.

HSL color Cylindrical-coordinate representation of color #42851E: hue angle of 99.03º degrees, saturation: 0.63, 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 #42851E is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB6613330-
CMYK0.5000.770.48
HSL99.03º63.19%31.96%-
HSV(B)99.03º77.44%52.16%-
XYZ10.8718.034.14-
YUV101.2287.8102.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=28.82%
G=58.08%
B=13.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133300.5000.770.4899.0363.1931.96
Hex42851E3204D30633f20
Octal10220536620115601437740
Binary10000101000010111110110010010011011100001100011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42851E; }

 p { color: rgb(66,133,30); }

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

<style>
 a { background-color: #42851E; }

 a { background-color: rgb(66,133,30); }

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

<style>
 span { border-color: #42851E; }

 span { border-color: rgb(66,133,30); }

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