Html Css Color HEX #464F1B Verdun Green

📋 copy color: '#464F1B'

red 70 ◦ green 79 ◦ blue 27

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

Shades of Verdun Green #464F1B

Tints of Verdun Green #464F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.89%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 39.77%
G = 44.89%
B = 15.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#464F1B (or 0x464F1B) is known color: Verdun Green. HEX triplet: 46, 4F and 1B. RGB value is (70,79,27). Sum of RGB (Red+Green+Blue) = 70+79+27=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #464F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F1B is #B9B0E4. Grayscale: #464646. Windows color (decimal): -12169445 or 1789766. OLE color: 1789766.

HSL color Cylindrical-coordinate representation of color #464F1B: hue angle of 70.38º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464F1B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 27 -
CMYK 0.11 0 0.66 0.69
HSL 70.38º 0.49% 0.21% -
HSV(B) 70.38º 0.66% 0.31% -
XYZ 5.52 6.97 2.09 -
YUV 70.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 70 79 27 0.11 0 0.66 0.69 70.38 0.49 0.21
Hex 46 4F 1B B 0 42 45 46 31 15
Octal 106 117 33 13 0 102 105 106 61 25
Binary 1000110 1001111 11011 1011 0 1000010 1000101 1000110 110001 10101

Color Harmonies of #464F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F1B

Black with #464F1B

Text Example


Text Example

White with #464F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,27); }

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

background-color css

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

 a { background-color: rgb(70,79,27); }

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

border-color css

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

 span { border-color: rgb(70,79,27); }

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