Html Css Color HEX #466405 Verdun Green

📋 copy color: '#466405'

red 70 ◦ green 100 ◦ blue 5

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

Shades of Verdun Green #466405

Tints of Verdun Green #466405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.14%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 40%
G = 57.14%
B = 2.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#466405 (or 0x466405) is known color: Verdun Green. HEX triplet: 46, 64 and 05. RGB value is (70,100,5). Sum of RGB (Red+Green+Blue) = 70+100+5=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #466405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466405 is #B99BFA. Grayscale: #505050. Windows color (decimal): -12164091 or 353350. OLE color: 353350.

HSL color Cylindrical-coordinate representation of color #466405: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #466405 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 5 -
CMYK 0.30 0 0.95 0.61
HSL 78.95º 0.9% 0.21% -
HSV(B) 78.95º 0.95% 0.39% -
XYZ 7.11 10.43 1.78 -
YUV 80.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 70 100 5 0.30 0 0.95 0.61 78.95 0.9 0.21
Hex 46 64 5 1E 0 5F 3D 4F 5A 15
Octal 106 144 5 36 0 137 75 117 132 25
Binary 1000110 1100100 101 11110 0 1011111 111101 1001111 1011010 10101

Color Harmonies of #466405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466405

Black with #466405

Text Example


Text Example

White with #466405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466405; }

 p { color: rgb(70,100,5); }

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

background-color css

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

 a { background-color: rgb(70,100,5); }

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

border-color css

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

 span { border-color: rgb(70,100,5); }

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