Html Css Color HEX #417F19 Bilbao

📋 copy color: '#417F19'

red 65 ◦ green 127 ◦ blue 25

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

Shades of Bilbao #417F19

Tints of Bilbao #417F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 29.95%
G = 58.53%
B = 11.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#417F19 (or 0x417F19) is known color: Bilbao. HEX triplet: 41, 7F and 19. RGB value is (65,127,25). Sum of RGB (Red+Green+Blue) = 65+127+25=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #417F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F19 is #BE80E6. Grayscale: #616161. Windows color (decimal): -12484839 or 1670977. OLE color: 1670977.

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

Color convert

RGB 65 127 25 -
CMYK 0.49 0 0.80 0.50
HSL 96.47º 0.67% 0.3% -
HSV(B) 96.47º 0.8% 0.5% -
XYZ 9.94 16.37 3.56 -
YUV 96.83 87.46 105.29 -
System Red Green Blue C M Y K H S L
Decimal 65 127 25 0.49 0 0.80 0.50 96.47 0.67 0.3
Hex 41 7F 19 31 0 50 32 60 43 1E
Octal 101 177 31 61 0 120 62 140 103 36
Binary 1000001 1111111 11001 110001 0 1010000 110010 1100000 1000011 11110

Color Harmonies of #417F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F19

Black with #417F19

Text Example


Text Example

White with #417F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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