Html Css Color HEX #417416 Bilbao

📋 copy color: '#417416'

red 65 ◦ green 116 ◦ blue 22

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

Shades of Bilbao #417416

Tints of Bilbao #417416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

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

R = 32.02%
G = 57.14%
B = 10.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#417416 (or 0x417416) is known color: Bilbao. HEX triplet: 41, 74 and 16. RGB value is (65,116,22). Sum of RGB (Red+Green+Blue) = 65+116+22=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #417416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417416 is #BE8BE9. Grayscale: #5A5A5A. Windows color (decimal): -12487658 or 1471553. OLE color: 1471553.

HSL color Cylindrical-coordinate representation of color #417416: hue angle of 92.55º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #417416 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 22 -
CMYK 0.44 0 0.81 0.55
HSL 92.55º 0.68% 0.27% -
HSV(B) 92.55º 0.81% 0.45% -
XYZ 8.57 13.67 2.95 -
YUV 90.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 65 116 22 0.44 0 0.81 0.55 92.55 0.68 0.27
Hex 41 74 16 2C 0 51 37 5D 44 1B
Octal 101 164 26 54 0 121 67 135 104 33
Binary 1000001 1110100 10110 101100 0 1010001 110111 1011101 1000100 11011

Color Harmonies of #417416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417416

Black with #417416

Text Example


Text Example

White with #417416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417416; }

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

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

background-color css

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

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

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

border-color css

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

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

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