Html Css Color HEX #417216 Bilbao

📋 copy color: '#417216'

red 65 ◦ green 114 ◦ blue 22

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

Shades of Bilbao #417216

Tints of Bilbao #417216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.72%

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

R = 32.34%
G = 56.72%
B = 10.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#417216 (or 0x417216) is known color: Bilbao. HEX triplet: 41, 72 and 16. RGB value is (65,114,22). Sum of RGB (Red+Green+Blue) = 65+114+22=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #417216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417216 is #BE8DE9. Grayscale: #595959. Windows color (decimal): -12488170 or 1471041. OLE color: 1471041.

HSL color Cylindrical-coordinate representation of color #417216: hue angle of 91.96º 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 #417216 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 22 -
CMYK 0.43 0 0.81 0.55
HSL 91.96º 0.68% 0.27% -
HSV(B) 91.96º 0.81% 0.45% -
XYZ 8.34 13.22 2.87 -
YUV 88.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 65 114 22 0.43 0 0.81 0.55 91.96 0.68 0.27
Hex 41 72 16 2B 0 51 37 5C 44 1B
Octal 101 162 26 53 0 121 67 134 104 33
Binary 1000001 1110010 10110 101011 0 1010001 110111 1011100 1000100 11011

Color Harmonies of #417216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417216

Black with #417216

Text Example


Text Example

White with #417216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417216; }

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

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

background-color css

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

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

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

border-color css

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

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

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