Html Css Color HEX #464B19 Verdun Green

📋 copy color: '#464B19'

red 70 ◦ green 75 ◦ blue 25

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

Shades of Verdun Green #464B19

Tints of Verdun Green #464B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 41.18%
G = 44.12%
B = 14.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#464B19 (or 0x464B19) is known color: Verdun Green. HEX triplet: 46, 4B and 19. RGB value is (70,75,25). Sum of RGB (Red+Green+Blue) = 70+75+25=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #464B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B19 is #B9B4E6. Grayscale: #444444. Windows color (decimal): -12170471 or 1657670. OLE color: 1657670.

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

Color convert

RGB 70 75 25 -
CMYK 0.07 0 0.67 0.71
HSL 66º 0.5% 0.2% -
HSV(B) 66º 0.67% 0.29% -
XYZ 5.22 6.4 1.88 -
YUV 67.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 70 75 25 0.07 0 0.67 0.71 66 0.5 0.2
Hex 46 4B 19 7 0 43 47 42 32 14
Octal 106 113 31 7 0 103 107 102 62 24
Binary 1000110 1001011 11001 111 0 1000011 1000111 1000010 110010 10100

Color Harmonies of #464B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B19

Black with #464B19

Text Example


Text Example

White with #464B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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