Html Css Color HEX #456213 Verdun Green

📋 copy color: '#456213'

red 69 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #456213

Tints of Verdun Green #456213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.69%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 37.1%
G = 52.69%
B = 10.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#456213 (or 0x456213) is known color: Verdun Green. HEX triplet: 45, 62 and 13. RGB value is (69,98,19). Sum of RGB (Red+Green+Blue) = 69+98+19=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #456213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456213 is #BA9DEC. Grayscale: #505050. Windows color (decimal): -12230125 or 1270341. OLE color: 1270341.

HSL color Cylindrical-coordinate representation of color #456213: hue angle of 82.03º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456213 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 98 19 -
CMYK 0.30 0 0.81 0.62
HSL 82.03º 0.68% 0.23% -
HSV(B) 82.03º 0.81% 0.38% -
XYZ 6.94 10.05 2.19 -
YUV 80.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 69 98 19 0.30 0 0.81 0.62 82.03 0.68 0.23
Hex 45 62 13 1E 0 51 3E 52 44 17
Octal 105 142 23 36 0 121 76 122 104 27
Binary 1000101 1100010 10011 11110 0 1010001 111110 1010010 1000100 10111

Color Harmonies of #456213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456213

Black with #456213

Text Example


Text Example

White with #456213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456213; }

 p { color: rgb(69,98,19); }

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

background-color css

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

 a { background-color: rgb(69,98,19); }

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

border-color css

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

 span { border-color: rgb(69,98,19); }

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