Html Css Color HEX #417528 Bilbao

📋 copy color: '#417528'

red 65 ◦ green 117 ◦ blue 40

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

Shades of Bilbao #417528

Tints of Bilbao #417528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.7%

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

R = 29.28%
G = 52.7%
B = 18.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#417528 (or 0x417528) is known color: Bilbao. HEX triplet: 41, 75 and 28. RGB value is (65,117,40). Sum of RGB (Red+Green+Blue) = 65+117+40=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #417528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417528 is #BE8AD7. Grayscale: #5C5C5C. Windows color (decimal): -12487384 or 2651457. OLE color: 2651457.

HSL color Cylindrical-coordinate representation of color #417528: hue angle of 100.52º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417528 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 40 -
CMYK 0.44 0 0.66 0.54
HSL 100.52º 0.49% 0.31% -
HSV(B) 100.52º 0.66% 0.46% -
XYZ 8.92 14 4.24 -
YUV 92.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 65 117 40 0.44 0 0.66 0.54 100.52 0.49 0.31
Hex 41 75 28 2C 0 42 36 65 31 1F
Octal 101 165 50 54 0 102 66 145 61 37
Binary 1000001 1110101 101000 101100 0 1000010 110110 1100101 110001 11111

Color Harmonies of #417528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417528

Black with #417528

Text Example


Text Example

White with #417528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417528; }

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

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

background-color css

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

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

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

border-color css

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

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

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