Html Css Color HEX #417127 Bilbao

📋 copy color: '#417127'

red 65 ◦ green 113 ◦ blue 39

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

Shades of Bilbao #417127

Tints of Bilbao #417127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 39 (15.63% from 255) = 17.97%

R = 29.95%
G = 52.07%
B = 17.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#417127 (or 0x417127) is known color: Bilbao. HEX triplet: 41, 71 and 27. RGB value is (65,113,39). Sum of RGB (Red+Green+Blue) = 65+113+39=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #417127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417127 is #BE8ED8. Grayscale: #5A5A5A. Windows color (decimal): -12488409 or 2584897. OLE color: 2584897.

HSL color Cylindrical-coordinate representation of color #417127: hue angle of 98.92º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417127 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 39 -
CMYK 0.42 0 0.65 0.56
HSL 98.92º 0.49% 0.3% -
HSV(B) 98.92º 0.65% 0.44% -
XYZ 8.45 13.08 4 -
YUV 90.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 65 113 39 0.42 0 0.65 0.56 98.92 0.49 0.3
Hex 41 71 27 2A 0 41 38 63 31 1E
Octal 101 161 47 52 0 101 70 143 61 36
Binary 1000001 1110001 100111 101010 0 1000001 111000 1100011 110001 11110

Color Harmonies of #417127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417127

Black with #417127

Text Example


Text Example

White with #417127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417127; }

 p { color: rgb(65,113,39); }

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

background-color css

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

 a { background-color: rgb(65,113,39); }

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

border-color css

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

 span { border-color: rgb(65,113,39); }

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