Html Css Color HEX #464702 Verdun Green

📋 copy color: '#464702'

red 70 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #464702

Tints of Verdun Green #464702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

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

R = 48.95%
G = 49.65%
B = 1.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#464702 (or 0x464702) is known color: Verdun Green. HEX triplet: 46, 47 and 02. RGB value is (70,71,2). Sum of RGB (Red+Green+Blue) = 70+71+2=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #464702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464702 is #B9B8FD. Grayscale: #3F3F3F. Windows color (decimal): -12171518 or 149318. OLE color: 149318.

HSL color Cylindrical-coordinate representation of color #464702: hue angle of 60.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464702 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 2 -
CMYK 0.01 0 0.97 0.72
HSL 60.87º 0.95% 0.14% -
HSV(B) 60.87º 0.97% 0.28% -
XYZ 4.79 5.81 0.93 -
YUV 62.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 70 71 2 0.01 0 0.97 0.72 60.87 0.95 0.14
Hex 46 47 2 1 0 61 48 3D 5F E
Octal 106 107 2 1 0 141 110 75 137 16
Binary 1000110 1000111 10 1 0 1100001 1001000 111101 1011111 1110

Color Harmonies of #464702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464702

Black with #464702

Text Example


Text Example

White with #464702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464702; }

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

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

background-color css

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

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

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

border-color css

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

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

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