Html Css Color HEX #417F31 Bilbao

📋 copy color: '#417F31'

red 65 ◦ green 127 ◦ blue 49

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

Shades of Bilbao #417F31

Tints of Bilbao #417F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 26.97%
G = 52.7%
B = 20.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#417F31 (or 0x417F31) is known color: Bilbao. HEX triplet: 41, 7F and 31. RGB value is (65,127,49). Sum of RGB (Red+Green+Blue) = 65+127+49=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #417F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417F31 is #BE80CE. Grayscale: #636363. Windows color (decimal): -12484815 or 3243841. OLE color: 3243841.

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

Color convert

RGB 65 127 49 -
CMYK 0.49 0 0.61 0.50
HSL 107.69º 0.44% 0.35% -
HSV(B) 107.69º 0.61% 0.5% -
XYZ 10.32 16.52 5.55 -
YUV 99.57 99.46 103.34 -
System Red Green Blue C M Y K H S L
Decimal 65 127 49 0.49 0 0.61 0.50 107.69 0.44 0.35
Hex 41 7F 31 31 0 3D 32 6C 2C 23
Octal 101 177 61 61 0 75 62 154 54 43
Binary 1000001 1111111 110001 110001 0 111101 110010 1101100 101100 100011

Color Harmonies of #417F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F31

Black with #417F31

Text Example


Text Example

White with #417F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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