Html Css Color HEX #417F1F Bilbao

📋 copy color: '#417F1F'

red 65 ◦ green 127 ◦ blue 31

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

Shades of Bilbao #417F1F

Tints of Bilbao #417F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 29.15%
G = 56.95%
B = 13.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#417F1F (or 0x417F1F) is known color: Bilbao. HEX triplet: 41, 7F and 1F. RGB value is (65,127,31). Sum of RGB (Red+Green+Blue) = 65+127+31=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #417F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417F1F is #BE80E0. Grayscale: #616161. Windows color (decimal): -12484833 or 2064193. OLE color: 2064193.

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

Color convert

RGB 65 127 31 -
CMYK 0.49 0 0.76 0.50
HSL 98.75º 0.61% 0.31% -
HSV(B) 98.75º 0.76% 0.5% -
XYZ 10.02 16.4 3.93 -
YUV 97.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 65 127 31 0.49 0 0.76 0.50 98.75 0.61 0.31
Hex 41 7F 1F 31 0 4C 32 63 3D 1F
Octal 101 177 37 61 0 114 62 143 75 37
Binary 1000001 1111111 11111 110001 0 1001100 110010 1100011 111101 11111

Color Harmonies of #417F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F1F

Black with #417F1F

Text Example


Text Example

White with #417F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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