#41850E

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

Shades of Bilbao #41850E

Tints of Bilbao #41850E

Color information

#41850E (or 0x41850E) is unknown color: approx Bilbao. HEX triplet: 41, 85 and 0E. RGB value is (65,133,14). Sum of RGB (Red+Green+Blue) = 65+133+14=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #41850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41850E is #BE7AF1. Grayscale: #636363. Windows color (decimal): -12483314 or 951617. OLE color: 951617.

HSL color Cylindrical-coordinate representation of color #41850E: hue angle of 94.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41850E is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB6513314-
CMYK0.5100.890.48
HSL94.29º80.95%28.82%-
HSV(B)94.29º89.47%52.16%-
XYZ10.6517.933.32-
YUV99.179.97103.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 133 (52.34% from 255) = 62.74%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=30.66%
G=62.74%
B=6.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133140.5100.890.4894.2980.9528.82
Hex4185E33059305e511d
Octal101205166301316013612135
Binary1000001100001011110110011010110011100001011110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,133,14); }

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

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

 a { background-color: rgb(65,133,14); }

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

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

 span { border-color: rgb(65,133,14); }

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