Html Css Color HEX #465402 Verdun Green

📋 copy color: '#465402'

red 70 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #465402

Tints of Verdun Green #465402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.85%

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

R = 44.87%
G = 53.85%
B = 1.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#465402 (or 0x465402) is known color: Verdun Green. HEX triplet: 46, 54 and 02. RGB value is (70,84,2). Sum of RGB (Red+Green+Blue) = 70+84+2=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #465402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465402 is #B9ABFD. Grayscale: #464646. Windows color (decimal): -12168190 or 152646. OLE color: 152646.

HSL color Cylindrical-coordinate representation of color #465402: hue angle of 70.24º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465402 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 2 -
CMYK 0.17 0 0.98 0.67
HSL 70.24º 0.95% 0.17% -
HSV(B) 70.24º 0.98% 0.33% -
XYZ 5.71 7.65 1.23 -
YUV 70.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 70 84 2 0.17 0 0.98 0.67 70.24 0.95 0.17
Hex 46 54 2 11 0 62 43 46 5F 11
Octal 106 124 2 21 0 142 103 106 137 21
Binary 1000110 1010100 10 10001 0 1100010 1000011 1000110 1011111 10001

Color Harmonies of #465402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465402

Black with #465402

Text Example


Text Example

White with #465402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465402; }

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

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

background-color css

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

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

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

border-color css

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

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

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