Html Css Color HEX #465802 Verdun Green

📋 copy color: '#465802'

red 70 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #465802

Tints of Verdun Green #465802

RGB

 RED value IS 70 (27.73% from 255) = 43.75%

 GREEN value IS 88 (34.77% from 255) = 55%

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

R = 43.75%
G = 55%
B = 1.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#465802 (or 0x465802) is known color: Verdun Green. HEX triplet: 46, 58 and 02. RGB value is (70,88,2). Sum of RGB (Red+Green+Blue) = 70+88+2=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #465802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465802 is #B9A7FD. Grayscale: #494949. Windows color (decimal): -12167166 or 153670. OLE color: 153670.

HSL color Cylindrical-coordinate representation of color #465802: hue angle of 72.56º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465802 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 2 -
CMYK 0.20 0 0.98 0.65
HSL 72.56º 0.96% 0.18% -
HSV(B) 72.56º 0.98% 0.35% -
XYZ 6.03 8.29 1.34 -
YUV 72.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 70 88 2 0.20 0 0.98 0.65 72.56 0.96 0.18
Hex 46 58 2 14 0 62 41 49 60 12
Octal 106 130 2 24 0 142 101 111 140 22
Binary 1000110 1011000 10 10100 0 1100010 1000001 1001001 1100000 10010

Color Harmonies of #465802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465802

Black with #465802

Text Example


Text Example

White with #465802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465802; }

 p { color: rgb(70,88,2); }

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

background-color css

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

 a { background-color: rgb(70,88,2); }

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

border-color css

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

 span { border-color: rgb(70,88,2); }

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