Html Css Color HEX #465202 Verdun Green

📋 copy color: '#465202'

red 70 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #465202

Tints of Verdun Green #465202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.25%

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

R = 45.45%
G = 53.25%
B = 1.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#465202 (or 0x465202) is known color: Verdun Green. HEX triplet: 46, 52 and 02. RGB value is (70,82,2). Sum of RGB (Red+Green+Blue) = 70+82+2=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #465202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465202 is #B9ADFD. Grayscale: #454545. Windows color (decimal): -12168702 or 152134. OLE color: 152134.

HSL color Cylindrical-coordinate representation of color #465202: hue angle of 69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465202 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 2 -
CMYK 0.15 0 0.98 0.68
HSL 69º 0.95% 0.16% -
HSV(B) 69º 0.98% 0.32% -
XYZ 5.55 7.34 1.18 -
YUV 69.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 70 82 2 0.15 0 0.98 0.68 69 0.95 0.16
Hex 46 52 2 F 0 62 44 45 5F 10
Octal 106 122 2 17 0 142 104 105 137 20
Binary 1000110 1010010 10 1111 0 1100010 1000100 1000101 1011111 10000

Color Harmonies of #465202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465202

Black with #465202

Text Example


Text Example

White with #465202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465202; }

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

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

background-color css

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

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

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

border-color css

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

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

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