Html Css Color HEX #454804 Verdun Green

📋 copy color: '#454804'

red 69 ◦ green 72 ◦ blue 4

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

Shades of Verdun Green #454804

Tints of Verdun Green #454804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 47.59%
G = 49.66%
B = 2.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#454804 (or 0x454804) is known color: Verdun Green. HEX triplet: 45, 48 and 04. RGB value is (69,72,4). Sum of RGB (Red+Green+Blue) = 69+72+4=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #454804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454804 is #BAB7FB. Grayscale: #3F3F3F. Windows color (decimal): -12236796 or 280645. OLE color: 280645.

HSL color Cylindrical-coordinate representation of color #454804: hue angle of 62.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #454804 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 4 -
CMYK 0.04 0 0.94 0.72
HSL 62.65º 0.89% 0.15% -
HSV(B) 62.65º 0.94% 0.28% -
XYZ 4.79 5.91 1 -
YUV 63.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 69 72 4 0.04 0 0.94 0.72 62.65 0.89 0.15
Hex 45 48 4 4 0 5E 48 3F 59 F
Octal 105 110 4 4 0 136 110 77 131 17
Binary 1000101 1001000 100 100 0 1011110 1001000 111111 1011001 1111

Color Harmonies of #454804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454804

Black with #454804

Text Example


Text Example

White with #454804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454804; }

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

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

background-color css

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

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

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

border-color css

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

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

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