Html Css Color HEX #456602 Verdun Green

📋 copy color: '#456602'

red 69 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #456602

Tints of Verdun Green #456602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.96%

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

R = 39.88%
G = 58.96%
B = 1.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#456602 (or 0x456602) is known color: Verdun Green. HEX triplet: 45, 66 and 02. RGB value is (69,102,2). Sum of RGB (Red+Green+Blue) = 69+102+2=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #456602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456602 is #BA99FD. Grayscale: #515151. Windows color (decimal): -12229118 or 157253. OLE color: 157253.

HSL color Cylindrical-coordinate representation of color #456602: hue angle of 79.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #456602 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 102 2 -
CMYK 0.32 0 0.98 0.6
HSL 79.8º 0.96% 0.2% -
HSV(B) 79.8º 0.98% 0.4% -
XYZ 7.22 10.77 1.76 -
YUV 80.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 69 102 2 0.32 0 0.98 0.6 79.8 0.96 0.2
Hex 45 66 2 20 0 62 3C 50 60 14
Octal 105 146 2 40 0 142 74 120 140 24
Binary 1000101 1100110 10 100000 0 1100010 111100 1010000 1100000 10100

Color Harmonies of #456602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456602

Black with #456602

Text Example


Text Example

White with #456602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456602; }

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

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

background-color css

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

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

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

border-color css

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

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

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