Html Css Color HEX #417F28 Bilbao

📋 copy color: '#417F28'

red 65 ◦ green 127 ◦ blue 40

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

Shades of Bilbao #417F28

Tints of Bilbao #417F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 28.02%
G = 54.74%
B = 17.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#417F28 (or 0x417F28) is known color: Bilbao. HEX triplet: 41, 7F and 28. RGB value is (65,127,40). Sum of RGB (Red+Green+Blue) = 65+127+40=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #417F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417F28 is #BE80D7. Grayscale: #626262. Windows color (decimal): -12484824 or 2654017. OLE color: 2654017.

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

Color convert

RGB 65 127 40 -
CMYK 0.49 0 0.69 0.50
HSL 102.76º 0.52% 0.33% -
HSV(B) 102.76º 0.69% 0.5% -
XYZ 10.15 16.46 4.65 -
YUV 98.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 65 127 40 0.49 0 0.69 0.50 102.76 0.52 0.33
Hex 41 7F 28 31 0 45 32 67 34 21
Octal 101 177 50 61 0 105 62 147 64 41
Binary 1000001 1111111 101000 110001 0 1000101 110010 1100111 110100 100001

Color Harmonies of #417F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F28

Black with #417F28

Text Example


Text Example

White with #417F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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