Html Css Color HEX #466714 Verdun Green

📋 copy color: '#466714'

red 70 ◦ green 103 ◦ blue 20

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

Shades of Verdun Green #466714

Tints of Verdun Green #466714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.37%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 36.27%
G = 53.37%
B = 10.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#466714 (or 0x466714) is known color: Verdun Green. HEX triplet: 46, 67 and 14. RGB value is (70,103,20). Sum of RGB (Red+Green+Blue) = 70+103+20=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #466714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466714 is #B998EB. Grayscale: #535353. Windows color (decimal): -12163308 or 1337158. OLE color: 1337158.

HSL color Cylindrical-coordinate representation of color #466714: hue angle of 83.86º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #466714 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 20 -
CMYK 0.32 0 0.81 0.60
HSL 83.86º 0.67% 0.24% -
HSV(B) 83.86º 0.81% 0.4% -
XYZ 7.5 11.05 2.4 -
YUV 83.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 70 103 20 0.32 0 0.81 0.60 83.86 0.67 0.24
Hex 46 67 14 20 0 51 3C 54 43 18
Octal 106 147 24 40 0 121 74 124 103 30
Binary 1000110 1100111 10100 100000 0 1010001 111100 1010100 1000011 11000

Color Harmonies of #466714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466714

Black with #466714

Text Example


Text Example

White with #466714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466714; }

 p { color: rgb(70,103,20); }

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

background-color css

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

 a { background-color: rgb(70,103,20); }

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

border-color css

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

 span { border-color: rgb(70,103,20); }

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