Html Css Color HEX #417820 Bilbao

📋 copy color: '#417820'

red 65 ◦ green 120 ◦ blue 32

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

Shades of Bilbao #417820

Tints of Bilbao #417820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.3%

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

R = 29.95%
G = 55.3%
B = 14.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#417820 (or 0x417820) is known color: Bilbao. HEX triplet: 41, 78 and 20. RGB value is (65,120,32). Sum of RGB (Red+Green+Blue) = 65+120+32=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #417820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417820 is #BE87DF. Grayscale: #5D5D5D. Windows color (decimal): -12486624 or 2127937. OLE color: 2127937.

HSL color Cylindrical-coordinate representation of color #417820: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417820 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 32 -
CMYK 0.46 0 0.73 0.53
HSL 97.5º 0.58% 0.3% -
HSV(B) 97.5º 0.73% 0.47% -
XYZ 9.16 14.66 3.71 -
YUV 93.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 65 120 32 0.46 0 0.73 0.53 97.5 0.58 0.3
Hex 41 78 20 2E 0 49 35 62 3A 1E
Octal 101 170 40 56 0 111 65 142 72 36
Binary 1000001 1111000 100000 101110 0 1001001 110101 1100010 111010 11110

Color Harmonies of #417820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417820

Black with #417820

Text Example


Text Example

White with #417820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417820; }

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

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

background-color css

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

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

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

border-color css

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

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

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