Html Css Color HEX #46551A Verdun Green

📋 copy color: '#46551A'

red 70 ◦ green 85 ◦ blue 26

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

Shades of Verdun Green #46551A

Tints of Verdun Green #46551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 38.67%
G = 46.96%
B = 14.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#46551A (or 0x46551A) is known color: Verdun Green. HEX triplet: 46, 55 and 1A. RGB value is (70,85,26). Sum of RGB (Red+Green+Blue) = 70+85+26=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #46551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46551A is #B9AAE5. Grayscale: #4A4A4A. Windows color (decimal): -12167910 or 1725766. OLE color: 1725766.

HSL color Cylindrical-coordinate representation of color #46551A: hue angle of 75.25º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46551A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 26 -
CMYK 0.18 0 0.69 0.67
HSL 75.25º 0.53% 0.22% -
HSV(B) 75.25º 0.69% 0.33% -
XYZ 5.96 7.87 2.18 -
YUV 73.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 70 85 26 0.18 0 0.69 0.67 75.25 0.53 0.22
Hex 46 55 1A 12 0 45 43 4B 35 16
Octal 106 125 32 22 0 105 103 113 65 26
Binary 1000110 1010101 11010 10010 0 1000101 1000011 1001011 110101 10110

Color Harmonies of #46551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46551A

Black with #46551A

Text Example


Text Example

White with #46551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46551A; }

 p { color: rgb(70,85,26); }

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

background-color css

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

 a { background-color: rgb(70,85,26); }

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

border-color css

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

 span { border-color: rgb(70,85,26); }

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