Html Css Color HEX #417816 Bilbao

📋 copy color: '#417816'

red 65 ◦ green 120 ◦ blue 22

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

Shades of Bilbao #417816

Tints of Bilbao #417816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.97%

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

R = 31.4%
G = 57.97%
B = 10.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#417816 (or 0x417816) is known color: Bilbao. HEX triplet: 41, 78 and 16. RGB value is (65,120,22). Sum of RGB (Red+Green+Blue) = 65+120+22=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #417816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417816 is #BE87E9. Grayscale: #5C5C5C. Windows color (decimal): -12486634 or 1472577. OLE color: 1472577.

HSL color Cylindrical-coordinate representation of color #417816: hue angle of 93.67º 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 #417816 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 22 -
CMYK 0.46 0 0.82 0.53
HSL 93.67º 0.69% 0.28% -
HSV(B) 93.67º 0.82% 0.47% -
XYZ 9.04 14.61 3.1 -
YUV 92.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 65 120 22 0.46 0 0.82 0.53 93.67 0.69 0.28
Hex 41 78 16 2E 0 52 35 5E 45 1C
Octal 101 170 26 56 0 122 65 136 105 34
Binary 1000001 1111000 10110 101110 0 1010010 110101 1011110 1000101 11100

Color Harmonies of #417816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417816

Black with #417816

Text Example


Text Example

White with #417816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417816; }

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

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

background-color css

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

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

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

border-color css

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

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

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