Html Css Color HEX #455320 Verdun Green

📋 copy color: '#455320'

red 69 ◦ green 83 ◦ blue 32

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

Shades of Verdun Green #455320

Tints of Verdun Green #455320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 37.5%
G = 45.11%
B = 17.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#455320 (or 0x455320) is known color: Verdun Green. HEX triplet: 45, 53 and 20. RGB value is (69,83,32). Sum of RGB (Red+Green+Blue) = 69+83+32=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #455320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455320 is #BAACDF. Grayscale: #494949. Windows color (decimal): -12233952 or 2118469. OLE color: 2118469.

HSL color Cylindrical-coordinate representation of color #455320: hue angle of 76.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455320 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 32 -
CMYK 0.17 0 0.61 0.67
HSL 76.47º 0.44% 0.23% -
HSV(B) 76.47º 0.61% 0.33% -
XYZ 5.81 7.56 2.52 -
YUV 73 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 69 83 32 0.17 0 0.61 0.67 76.47 0.44 0.23
Hex 45 53 20 11 0 3D 43 4C 2C 17
Octal 105 123 40 21 0 75 103 114 54 27
Binary 1000101 1010011 100000 10001 0 111101 1000011 1001100 101100 10111

Color Harmonies of #455320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455320

Black with #455320

Text Example


Text Example

White with #455320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455320; }

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

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

background-color css

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

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

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

border-color css

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

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

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