Html Css Color HEX #465307 Verdun Green

📋 copy color: '#465307'

red 70 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #465307

Tints of Verdun Green #465307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 43.75%
G = 51.88%
B = 4.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#465307 (or 0x465307) is known color: Verdun Green. HEX triplet: 46, 53 and 07. RGB value is (70,83,7). Sum of RGB (Red+Green+Blue) = 70+83+7=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #465307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465307 is #B9ACF8. Grayscale: #464646. Windows color (decimal): -12168441 or 480070. OLE color: 480070.

HSL color Cylindrical-coordinate representation of color #465307: hue angle of 70.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #465307 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 7 -
CMYK 0.16 0 0.92 0.67
HSL 70.26º 0.84% 0.18% -
HSV(B) 70.26º 0.92% 0.33% -
XYZ 5.66 7.5 1.35 -
YUV 70.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 70 83 7 0.16 0 0.92 0.67 70.26 0.84 0.18
Hex 46 53 7 10 0 5C 43 46 54 12
Octal 106 123 7 20 0 134 103 106 124 22
Binary 1000110 1010011 111 10000 0 1011100 1000011 1000110 1010100 10010

Color Harmonies of #465307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465307

Black with #465307

Text Example


Text Example

White with #465307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465307; }

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

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

background-color css

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

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

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

border-color css

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

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

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