Html Css Color HEX #464B13 Verdun Green

📋 copy color: '#464B13'

red 70 ◦ green 75 ◦ blue 19

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

Shades of Verdun Green #464B13

Tints of Verdun Green #464B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.73%

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

R = 42.68%
G = 45.73%
B = 11.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#464B13 (or 0x464B13) is known color: Verdun Green. HEX triplet: 46, 4B and 13. RGB value is (70,75,19). Sum of RGB (Red+Green+Blue) = 70+75+19=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #464B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B13 is #B9B4EC. Grayscale: #434343. Windows color (decimal): -12170477 or 1264454. OLE color: 1264454.

HSL color Cylindrical-coordinate representation of color #464B13: hue angle of 65.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #464B13 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 19 -
CMYK 0.07 0 0.75 0.71
HSL 65.36º 0.6% 0.18% -
HSV(B) 65.36º 0.75% 0.29% -
XYZ 5.16 6.38 1.58 -
YUV 67.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 70 75 19 0.07 0 0.75 0.71 65.36 0.6 0.18
Hex 46 4B 13 7 0 4B 47 41 3C 12
Octal 106 113 23 7 0 113 107 101 74 22
Binary 1000110 1001011 10011 111 0 1001011 1000111 1000001 111100 10010

Color Harmonies of #464B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B13

Black with #464B13

Text Example


Text Example

White with #464B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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