#41782F

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

Shades of Bilbao #41782F

Tints of Bilbao #41782F

Color information

#41782F (or 0x41782F) is unknown color: approx Bilbao. HEX triplet: 41, 78 and 2F. RGB value is (65,120,47). Sum of RGB (Red+Green+Blue) = 65+120+47=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #41782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41782F is #BE87D0. Grayscale: #5F5F5F. Windows color (decimal): -12486609 or 3110977. OLE color: 3110977.

HSL color Cylindrical-coordinate representation of color #41782F: hue angle of 105.21º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41782F is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB6512047-
CMYK0.4600.610.53
HSL105.21º43.71%32.75%-
HSV(B)105.21º60.83%47.06%-
XYZ9.4114.765.04-
YUV95.23100.78106.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=28.02%
G=51.72%
B=20.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65120470.4600.610.53105.2143.7132.75
Hex41782F2E03D35692c21
Octal1011705756075651515441
Binary1000001111100010111110111001111011101011101001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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