Html Css Color HEX #455204 Verdun Green

📋 copy color: '#455204'

red 69 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #455204

Tints of Verdun Green #455204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 44.52%
G = 52.9%
B = 2.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#455204 (or 0x455204) is known color: Verdun Green. HEX triplet: 45, 52 and 04. RGB value is (69,82,4). Sum of RGB (Red+Green+Blue) = 69+82+4=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #455204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455204 is #BAADFB. Grayscale: #454545. Windows color (decimal): -12234236 or 283205. OLE color: 283205.

HSL color Cylindrical-coordinate representation of color #455204: hue angle of 70º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #455204 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 4 -
CMYK 0.16 0 0.95 0.68
HSL 70º 0.91% 0.17% -
HSV(B) 70º 0.95% 0.32% -
XYZ 5.49 7.31 1.24 -
YUV 69.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 69 82 4 0.16 0 0.95 0.68 70 0.91 0.17
Hex 45 52 4 10 0 5F 44 46 5B 11
Octal 105 122 4 20 0 137 104 106 133 21
Binary 1000101 1010010 100 10000 0 1011111 1000100 1000110 1011011 10001

Color Harmonies of #455204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455204

Black with #455204

Text Example


Text Example

White with #455204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455204; }

 p { color: rgb(69,82,4); }

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

background-color css

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

 a { background-color: rgb(69,82,4); }

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

border-color css

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

 span { border-color: rgb(69,82,4); }

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