Html Css Color HEX #417520 Bilbao

📋 copy color: '#417520'

red 65 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #417520

Tints of Bilbao #417520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 30.37%
G = 54.67%
B = 14.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#417520 (or 0x417520) is known color: Bilbao. HEX triplet: 41, 75 and 20. RGB value is (65,117,32). Sum of RGB (Red+Green+Blue) = 65+117+32=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #417520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417520 is #BE8ADF. Grayscale: #5C5C5C. Windows color (decimal): -12487392 or 2127169. OLE color: 2127169.

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

Color convert

RGB 65 117 32 -
CMYK 0.44 0 0.73 0.54
HSL 96.71º 0.57% 0.29% -
HSV(B) 96.71º 0.73% 0.46% -
XYZ 8.8 13.95 3.6 -
YUV 91.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 65 117 32 0.44 0 0.73 0.54 96.71 0.57 0.29
Hex 41 75 20 2C 0 49 36 61 39 1D
Octal 101 165 40 54 0 111 66 141 71 35
Binary 1000001 1110101 100000 101100 0 1001001 110110 1100001 111001 11101

Color Harmonies of #417520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417520

Black with #417520

Text Example


Text Example

White with #417520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417520; }

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

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

background-color css

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

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

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

border-color css

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

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

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