#41702A

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

Shades of Bilbao #41702A

Tints of Bilbao #41702A

Color information

#41702A (or 0x41702A) is unknown color: approx Bilbao. HEX triplet: 41, 70 and 2A. RGB value is (65,112,42). Sum of RGB (Red+Green+Blue) = 65+112+42=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #41702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41702A is #BE8FD5. Grayscale: #5A5A5A. Windows color (decimal): -12488662 or 2781249. OLE color: 2781249.

HSL color Cylindrical-coordinate representation of color #41702A: hue angle of 100.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41702A is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB6511242-
CMYK0.4200.620.56
HSL100.29º45.45%30.2%-
HSV(B)100.29º62.5%43.92%-
XYZ8.3912.884.23-
YUV89.97100.93110.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=29.68%
G=51.14%
B=19.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112420.4200.620.56100.2945.4530.2
Hex41702A2A03E38642d1e
Octal1011605252076701445536
Binary100000111100001010101010100111110111000110010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41702A; }

 p { color: rgb(65,112,42); }

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

<style>
 a { background-color: #41702A; }

 a { background-color: rgb(65,112,42); }

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

<style>
 span { border-color: #41702A; }

 span { border-color: rgb(65,112,42); }

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