Html Css Color HEX #46660F Verdun Green

📋 copy color: '#46660F'

red 70 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #46660F

Tints of Verdun Green #46660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 37.43%
G = 54.55%
B = 8.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#46660F (or 0x46660F) is known color: Verdun Green. HEX triplet: 46, 66 and 0F. RGB value is (70,102,15). Sum of RGB (Red+Green+Blue) = 70+102+15=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #46660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46660F is #B999F0. Grayscale: #525252. Windows color (decimal): -12163569 or 1009222. OLE color: 1009222.

HSL color Cylindrical-coordinate representation of color #46660F: hue angle of 82.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46660F is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 15 -
CMYK 0.31 0 0.85 0.6
HSL 82.07º 0.74% 0.23% -
HSV(B) 82.07º 0.85% 0.4% -
XYZ 7.36 10.84 2.16 -
YUV 82.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 70 102 15 0.31 0 0.85 0.6 82.07 0.74 0.23
Hex 46 66 F 1F 0 55 3C 52 4A 17
Octal 106 146 17 37 0 125 74 122 112 27
Binary 1000110 1100110 1111 11111 0 1010101 111100 1010010 1001010 10111

Color Harmonies of #46660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46660F

Black with #46660F

Text Example


Text Example

White with #46660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46660F; }

 p { color: rgb(70,102,15); }

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

background-color css

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

 a { background-color: rgb(70,102,15); }

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

border-color css

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

 span { border-color: rgb(70,102,15); }

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