Html Css Color HEX #457520 Bilbao

📋 copy color: '#457520'

red 69 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #457520

Tints of Bilbao #457520

RGB

 RED value IS 69 (27.34% from 255) = 31.65%

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

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

R = 31.65%
G = 53.67%
B = 14.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#457520 (or 0x457520) is known color: Bilbao. HEX triplet: 45, 75 and 20. RGB value is (69,117,32). Sum of RGB (Red+Green+Blue) = 69+117+32=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #457520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457520 is #BA8ADF. Grayscale: #5D5D5D. Windows color (decimal): -12225248 or 2127173. OLE color: 2127173.

HSL color Cylindrical-coordinate representation of color #457520: hue angle of 93.88º 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 #457520 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 32 -
CMYK 0.41 0 0.73 0.54
HSL 93.88º 0.57% 0.29% -
HSV(B) 93.88º 0.73% 0.46% -
XYZ 9.08 14.09 3.61 -
YUV 92.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 69 117 32 0.41 0 0.73 0.54 93.88 0.57 0.29
Hex 45 75 20 29 0 49 36 5E 39 1D
Octal 105 165 40 51 0 111 66 136 71 35
Binary 1000101 1110101 100000 101001 0 1001001 110110 1011110 111001 11101

Color Harmonies of #457520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457520

Black with #457520

Text Example


Text Example

White with #457520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457520; }

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

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

background-color css

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

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

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

border-color css

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

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

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