Html Css Color HEX #417116 Bilbao

📋 copy color: '#417116'

red 65 ◦ green 113 ◦ blue 22

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

Shades of Bilbao #417116

Tints of Bilbao #417116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11%

R = 32.5%
G = 56.5%
B = 11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#417116 (or 0x417116) is known color: Bilbao. HEX triplet: 41, 71 and 16. RGB value is (65,113,22). Sum of RGB (Red+Green+Blue) = 65+113+22=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #417116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417116 is #BE8EE9. Grayscale: #585858. Windows color (decimal): -12488426 or 1470785. OLE color: 1470785.

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

Color convert

RGB 65 113 22 -
CMYK 0.42 0 0.81 0.56
HSL 91.65º 0.67% 0.26% -
HSV(B) 91.65º 0.81% 0.44% -
XYZ 8.23 12.99 2.83 -
YUV 88.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 65 113 22 0.42 0 0.81 0.56 91.65 0.67 0.26
Hex 41 71 16 2A 0 51 38 5C 43 1A
Octal 101 161 26 52 0 121 70 134 103 32
Binary 1000001 1110001 10110 101010 0 1010001 111000 1011100 1000011 11010

Color Harmonies of #417116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417116

Black with #417116

Text Example


Text Example

White with #417116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417116; }

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

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

background-color css

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

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

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

border-color css

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

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

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