Html Css Color HEX #417716 Bilbao

📋 copy color: '#417716'

red 65 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #417716

Tints of Bilbao #417716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.77%

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

R = 31.55%
G = 57.77%
B = 10.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#417716 (or 0x417716) is known color: Bilbao. HEX triplet: 41, 77 and 16. RGB value is (65,119,22). Sum of RGB (Red+Green+Blue) = 65+119+22=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #417716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417716 is #BE88E9. Grayscale: #5C5C5C. Windows color (decimal): -12486890 or 1472321. OLE color: 1472321.

HSL color Cylindrical-coordinate representation of color #417716: hue angle of 93.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #417716 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 22 -
CMYK 0.45 0 0.82 0.53
HSL 93.4º 0.69% 0.28% -
HSV(B) 93.4º 0.82% 0.47% -
XYZ 8.92 14.38 3.06 -
YUV 91.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 65 119 22 0.45 0 0.82 0.53 93.4 0.69 0.28
Hex 41 77 16 2D 0 52 35 5D 45 1C
Octal 101 167 26 55 0 122 65 135 105 34
Binary 1000001 1110111 10110 101101 0 1010010 110101 1011101 1000101 11100

Color Harmonies of #417716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417716

Black with #417716

Text Example


Text Example

White with #417716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417716; }

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

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

background-color css

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

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

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

border-color css

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

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

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