Html Css Color HEX #417016 Bilbao

📋 copy color: '#417016'

red 65 ◦ green 112 ◦ blue 22

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

Shades of Bilbao #417016

Tints of Bilbao #417016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

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

R = 32.66%
G = 56.28%
B = 11.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#417016 (or 0x417016) is known color: Bilbao. HEX triplet: 41, 70 and 16. RGB value is (65,112,22). Sum of RGB (Red+Green+Blue) = 65+112+22=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #417016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417016 is #BE8FE9. Grayscale: #585858. Windows color (decimal): -12488682 or 1470529. OLE color: 1470529.

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

Color convert

RGB 65 112 22 -
CMYK 0.42 0 0.80 0.56
HSL 91.33º 0.67% 0.26% -
HSV(B) 91.33º 0.8% 0.44% -
XYZ 8.12 12.77 2.8 -
YUV 87.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 65 112 22 0.42 0 0.80 0.56 91.33 0.67 0.26
Hex 41 70 16 2A 0 50 38 5B 43 1A
Octal 101 160 26 52 0 120 70 133 103 32
Binary 1000001 1110000 10110 101010 0 1010000 111000 1011011 1000011 11010

Color Harmonies of #417016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417016

Black with #417016

Text Example


Text Example

White with #417016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417016; }

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

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

background-color css

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

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

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

border-color css

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

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

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