Html Css Color HEX #464B15 Verdun Green

📋 copy color: '#464B15'

red 70 ◦ green 75 ◦ blue 21

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

Shades of Verdun Green #464B15

Tints of Verdun Green #464B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 42.17%
G = 45.18%
B = 12.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#464B15 (or 0x464B15) is known color: Verdun Green. HEX triplet: 46, 4B and 15. RGB value is (70,75,21). Sum of RGB (Red+Green+Blue) = 70+75+21=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #464B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B15 is #B9B4EA. Grayscale: #434343. Windows color (decimal): -12170475 or 1395526. OLE color: 1395526.

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

Color convert

RGB 70 75 21 -
CMYK 0.07 0 0.72 0.71
HSL 65.56º 0.56% 0.19% -
HSV(B) 65.56º 0.72% 0.29% -
XYZ 5.18 6.39 1.67 -
YUV 67.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 70 75 21 0.07 0 0.72 0.71 65.56 0.56 0.19
Hex 46 4B 15 7 0 48 47 42 38 13
Octal 106 113 25 7 0 110 107 102 70 23
Binary 1000110 1001011 10101 111 0 1001000 1000111 1000010 111000 10011

Color Harmonies of #464B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B15

Black with #464B15

Text Example


Text Example

White with #464B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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