#41802F

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

Shades of Bilbao #41802F

Tints of Bilbao #41802F

Color information

#41802F (or 0x41802F) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 2F. RGB value is (65,128,47). Sum of RGB (Red+Green+Blue) = 65+128+47=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #41802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41802F is #BE7FD0. Grayscale: #646464. Windows color (decimal): -12484561 or 3113025. OLE color: 3113025.

HSL color Cylindrical-coordinate representation of color #41802F: hue angle of 106.67º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41802F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB6512847-
CMYK0.4900.630.50
HSL106.67º46.29%34.31%-
HSV(B)106.67º63.28%50.2%-
XYZ10.4116.775.38-
YUV99.9398.13103.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=27.08%
G=53.33%
B=19.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128470.4900.630.50106.6746.2934.31
Hex41802F3103F326b2e22
Octal1012005761077621535642
Binary10000011000000010111111000101111111100101101011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,128,47); }

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

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

 a { background-color: rgb(65,128,47); }

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

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

 span { border-color: rgb(65,128,47); }

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