Html Css Color HEX #464D13 Verdun Green

📋 copy color: '#464D13'

red 70 ◦ green 77 ◦ blue 19

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

Shades of Verdun Green #464D13

Tints of Verdun Green #464D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.39%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 42.17%
G = 46.39%
B = 11.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#464D13 (or 0x464D13) is known color: Verdun Green. HEX triplet: 46, 4D and 13. RGB value is (70,77,19). Sum of RGB (Red+Green+Blue) = 70+77+19=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #464D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464D13 is #B9B2EC. Grayscale: #444444. Windows color (decimal): -12169965 or 1264966. OLE color: 1264966.

HSL color Cylindrical-coordinate representation of color #464D13: hue angle of 67.24º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #464D13 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 77 19 -
CMYK 0.09 0 0.75 0.70
HSL 67.24º 0.6% 0.19% -
HSV(B) 67.24º 0.75% 0.3% -
XYZ 5.3 6.66 1.62 -
YUV 68.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 70 77 19 0.09 0 0.75 0.70 67.24 0.6 0.19
Hex 46 4D 13 9 0 4B 46 43 3C 13
Octal 106 115 23 11 0 113 106 103 74 23
Binary 1000110 1001101 10011 1001 0 1001011 1000110 1000011 111100 10011

Color Harmonies of #464D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D13

Black with #464D13

Text Example


Text Example

White with #464D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464D13; }

 p { color: rgb(70,77,19); }

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

background-color css

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

 a { background-color: rgb(70,77,19); }

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

border-color css

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

 span { border-color: rgb(70,77,19); }

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