Html Css Color HEX #454702 Verdun Green

📋 copy color: '#454702'

red 69 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #454702

Tints of Verdun Green #454702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

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

R = 48.59%
G = 50%
B = 1.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#454702 (or 0x454702) is known color: Verdun Green. HEX triplet: 45, 47 and 02. RGB value is (69,71,2). Sum of RGB (Red+Green+Blue) = 69+71+2=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #454702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454702 is #BAB8FD. Grayscale: #3E3E3E. Windows color (decimal): -12237054 or 149317. OLE color: 149317.

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

Color convert

RGB 69 71 2 -
CMYK 0.03 0 0.97 0.72
HSL 61.74º 0.95% 0.14% -
HSV(B) 61.74º 0.97% 0.28% -
XYZ 4.72 5.78 0.92 -
YUV 62.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 69 71 2 0.03 0 0.97 0.72 61.74 0.95 0.14
Hex 45 47 2 3 0 61 48 3E 5F E
Octal 105 107 2 3 0 141 110 76 137 16
Binary 1000101 1000111 10 11 0 1100001 1001000 111110 1011111 1110

Color Harmonies of #454702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454702

Black with #454702

Text Example


Text Example

White with #454702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454702; }

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

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

background-color css

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

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

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

border-color css

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

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

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