#41782B

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

Shades of Bilbao #41782B

Tints of Bilbao #41782B

Color information

#41782B (or 0x41782B) is unknown color: approx Bilbao. HEX triplet: 41, 78 and 2B. RGB value is (65,120,43). Sum of RGB (Red+Green+Blue) = 65+120+43=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #41782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41782B is #BE87D4. Grayscale: #5F5F5F. Windows color (decimal): -12486613 or 2848833. OLE color: 2848833.

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

Color convert

RGB6512043-
CMYK0.4600.640.53
HSL102.86º47.24%31.96%-
HSV(B)102.86º64.17%47.06%-
XYZ9.3314.734.64-
YUV94.7898.78106.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=28.51%
G=52.63%
B=18.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65120430.4600.640.53102.8647.2431.96
Hex41782B2E04035672f20
Octal10117053560100651475740
Binary10000011111000101011101110010000001101011100111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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