Html Css Color HEX #465302 Verdun Green

📋 copy color: '#465302'

red 70 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #465302

Tints of Verdun Green #465302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

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

R = 45.16%
G = 53.55%
B = 1.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#465302 (or 0x465302) is known color: Verdun Green. HEX triplet: 46, 53 and 02. RGB value is (70,83,2). Sum of RGB (Red+Green+Blue) = 70+83+2=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #465302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465302 is #B9ACFD. Grayscale: #464646. Windows color (decimal): -12168446 or 152390. OLE color: 152390.

HSL color Cylindrical-coordinate representation of color #465302: hue angle of 69.63º 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 #465302 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 2 -
CMYK 0.16 0 0.98 0.67
HSL 69.63º 0.95% 0.17% -
HSV(B) 69.63º 0.98% 0.33% -
XYZ 5.63 7.49 1.21 -
YUV 69.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 70 83 2 0.16 0 0.98 0.67 69.63 0.95 0.17
Hex 46 53 2 10 0 62 43 46 5F 11
Octal 106 123 2 20 0 142 103 106 137 21
Binary 1000110 1010011 10 10000 0 1100010 1000011 1000110 1011111 10001

Color Harmonies of #465302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465302

Black with #465302

Text Example


Text Example

White with #465302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465302; }

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

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

background-color css

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

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

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

border-color css

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

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

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