Html Css Color HEX #464B12 Verdun Green

📋 copy color: '#464B12'

red 70 ◦ green 75 ◦ blue 18

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

Shades of Verdun Green #464B12

Tints of Verdun Green #464B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 42.94%
G = 46.01%
B = 11.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#464B12 (or 0x464B12) is known color: Verdun Green. HEX triplet: 46, 4B and 12. RGB value is (70,75,18). Sum of RGB (Red+Green+Blue) = 70+75+18=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #464B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B12 is #B9B4ED. Grayscale: #434343. Windows color (decimal): -12170478 or 1198918. OLE color: 1198918.

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

Color convert

RGB 70 75 18 -
CMYK 0.07 0 0.76 0.71
HSL 65.26º 0.61% 0.18% -
HSV(B) 65.26º 0.76% 0.29% -
XYZ 5.15 6.38 1.53 -
YUV 67.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 70 75 18 0.07 0 0.76 0.71 65.26 0.61 0.18
Hex 46 4B 12 7 0 4C 47 41 3D 12
Octal 106 113 22 7 0 114 107 101 75 22
Binary 1000110 1001011 10010 111 0 1001100 1000111 1000001 111101 10010

Color Harmonies of #464B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B12

Black with #464B12

Text Example


Text Example

White with #464B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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