Html Css Color HEX #417112 Bilbao

📋 copy color: '#417112'

red 65 ◦ green 113 ◦ blue 18

#417112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #417112

Tints of Bilbao #417112

RGB

 RED value IS 65 (25.78% from 255) = 33.16%

 GREEN value IS 113 (44.53% from 255) = 57.65%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 33.16%
G = 57.65%
B = 9.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#417112 (or 0x417112) is known color: Bilbao. HEX triplet: 41, 71 and 12. RGB value is (65,113,18). Sum of RGB (Red+Green+Blue) = 65+113+18=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #417112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417112 is #BE8EED. Grayscale: #585858. Windows color (decimal): -12488430 or 1208641. OLE color: 1208641.

HSL color Cylindrical-coordinate representation of color #417112: hue angle of 90.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #417112 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 18 -
CMYK 0.42 0 0.84 0.56
HSL 90.32º 0.73% 0.26% -
HSV(B) 90.32º 0.84% 0.44% -
XYZ 8.19 12.98 2.65 -
YUV 87.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 65 113 18 0.42 0 0.84 0.56 90.32 0.73 0.26
Hex 41 71 12 2A 0 54 38 5A 49 1A
Octal 101 161 22 52 0 124 70 132 111 32
Binary 1000001 1110001 10010 101010 0 1010100 111000 1011010 1001001 11010

Color Harmonies of #417112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417112

Black with #417112

Text Example


Text Example

White with #417112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417112; }

 p { color: rgb(65,113,18); }

 H1.HeaderClassName
 {
   color: #417112;
 }
 .AnyTagClassName
 {
   color: #417112;
 }
</style>

background-color css

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

 a { background-color: rgb(65,113,18); }

 div.DivClassName
 {
   background-color: #417112;
 }
 .BgClassName
 {
   background-color: #417112;
 }
</style>

border-color css

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

 span { border-color: rgb(65,113,18); }

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