Html Css Color HEX #456102 Verdun Green

📋 copy color: '#456102'

red 69 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #456102

Tints of Verdun Green #456102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.74%

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

R = 41.07%
G = 57.74%
B = 1.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#456102 (or 0x456102) is known color: Verdun Green. HEX triplet: 45, 61 and 02. RGB value is (69,97,2). Sum of RGB (Red+Green+Blue) = 69+97+2=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #456102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456102 is #BA9EFD. Grayscale: #4E4E4E. Windows color (decimal): -12230398 or 155973. OLE color: 155973.

HSL color Cylindrical-coordinate representation of color #456102: hue angle of 77.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #456102 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 2 -
CMYK 0.29 0 0.98 0.62
HSL 77.68º 0.96% 0.19% -
HSV(B) 77.68º 0.98% 0.38% -
XYZ 6.74 9.82 1.6 -
YUV 77.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 69 97 2 0.29 0 0.98 0.62 77.68 0.96 0.19
Hex 45 61 2 1D 0 62 3E 4E 60 13
Octal 105 141 2 35 0 142 76 116 140 23
Binary 1000101 1100001 10 11101 0 1100010 111110 1001110 1100000 10011

Color Harmonies of #456102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456102

Black with #456102

Text Example


Text Example

White with #456102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456102; }

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

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

background-color css

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

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

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

border-color css

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

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

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