Html Css Color HEX #417F18 Bilbao

📋 copy color: '#417F18'

red 65 ◦ green 127 ◦ blue 24

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

Shades of Bilbao #417F18

Tints of Bilbao #417F18

RGB

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

 GREEN value IS 127 (50% from 255) = 58.8%

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

R = 30.09%
G = 58.8%
B = 11.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#417F18 (or 0x417F18) is known color: Bilbao. HEX triplet: 41, 7F and 18. RGB value is (65,127,24). Sum of RGB (Red+Green+Blue) = 65+127+24=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #417F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F18 is #BE80E7. Grayscale: #616161. Windows color (decimal): -12484840 or 1605441. OLE color: 1605441.

HSL color Cylindrical-coordinate representation of color #417F18: hue angle of 96.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #417F18 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 24 -
CMYK 0.49 0 0.81 0.50
HSL 96.12º 0.68% 0.3% -
HSV(B) 96.12º 0.81% 0.5% -
XYZ 9.93 16.37 3.5 -
YUV 96.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 65 127 24 0.49 0 0.81 0.50 96.12 0.68 0.3
Hex 41 7F 18 31 0 51 32 60 44 1E
Octal 101 177 30 61 0 121 62 140 104 36
Binary 1000001 1111111 11000 110001 0 1010001 110010 1100000 1000100 11110

Color Harmonies of #417F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F18

Black with #417F18

Text Example


Text Example

White with #417F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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