Html Css Color HEX #456302 Verdun Green

📋 copy color: '#456302'

red 69 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #456302

Tints of Verdun Green #456302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.24%

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

R = 40.59%
G = 58.24%
B = 1.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#456302 (or 0x456302) is known color: Verdun Green. HEX triplet: 45, 63 and 02. RGB value is (69,99,2). Sum of RGB (Red+Green+Blue) = 69+99+2=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #456302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456302 is #BA9CFD. Grayscale: #4F4F4F. Windows color (decimal): -12229886 or 156485. OLE color: 156485.

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

Color convert

RGB 69 99 2 -
CMYK 0.30 0 0.98 0.61
HSL 78.56º 0.96% 0.2% -
HSV(B) 78.56º 0.98% 0.39% -
XYZ 6.93 10.19 1.66 -
YUV 78.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 69 99 2 0.30 0 0.98 0.61 78.56 0.96 0.2
Hex 45 63 2 1E 0 62 3D 4F 60 14
Octal 105 143 2 36 0 142 75 117 140 24
Binary 1000101 1100011 10 11110 0 1100010 111101 1001111 1100000 10100

Color Harmonies of #456302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456302

Black with #456302

Text Example


Text Example

White with #456302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456302; }

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

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

background-color css

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

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

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

border-color css

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

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

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