Html Css Color HEX #454802 Verdun Green

📋 copy color: '#454802'

red 69 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #454802

Tints of Verdun Green #454802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.4%

R = 48.25%
G = 50.35%
B = 1.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#454802 (or 0x454802) is known color: Verdun Green. HEX triplet: 45, 48 and 02. RGB value is (69,72,2). Sum of RGB (Red+Green+Blue) = 69+72+2=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #454802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454802 is #BAB7FD. Grayscale: #3F3F3F. Windows color (decimal): -12236798 or 149573. OLE color: 149573.

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

Color convert

RGB 69 72 2 -
CMYK 0.04 0 0.97 0.72
HSL 62.57º 0.95% 0.15% -
HSV(B) 62.57º 0.97% 0.28% -
XYZ 4.78 5.9 0.95 -
YUV 63.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 69 72 2 0.04 0 0.97 0.72 62.57 0.95 0.15
Hex 45 48 2 4 0 61 48 3F 5F F
Octal 105 110 2 4 0 141 110 77 137 17
Binary 1000101 1001000 10 100 0 1100001 1001000 111111 1011111 1111

Color Harmonies of #454802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454802

Black with #454802

Text Example


Text Example

White with #454802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454802; }

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

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

background-color css

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

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

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

border-color css

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

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

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