Html Css Color HEX #417418 Bilbao

📋 copy color: '#417418'

red 65 ◦ green 116 ◦ blue 24

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

Shades of Bilbao #417418

Tints of Bilbao #417418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 31.71%
G = 56.59%
B = 11.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#417418 (or 0x417418) is known color: Bilbao. HEX triplet: 41, 74 and 18. RGB value is (65,116,24). Sum of RGB (Red+Green+Blue) = 65+116+24=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #417418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417418 is #BE8BE7. Grayscale: #5A5A5A. Windows color (decimal): -12487656 or 1602625. OLE color: 1602625.

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

Color convert

RGB 65 116 24 -
CMYK 0.44 0 0.79 0.55
HSL 93.26º 0.66% 0.27% -
HSV(B) 93.26º 0.79% 0.45% -
XYZ 8.59 13.68 3.05 -
YUV 90.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 65 116 24 0.44 0 0.79 0.55 93.26 0.66 0.27
Hex 41 74 18 2C 0 4F 37 5D 42 1B
Octal 101 164 30 54 0 117 67 135 102 33
Binary 1000001 1110100 11000 101100 0 1001111 110111 1011101 1000010 11011

Color Harmonies of #417418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417418

Black with #417418

Text Example


Text Example

White with #417418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417418; }

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

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

background-color css

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

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

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

border-color css

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

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

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