Html Css Color HEX #485816 Verdun Green

📋 copy color: '#485816'

red 72 ◦ green 88 ◦ blue 22

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

Shades of Verdun Green #485816

Tints of Verdun Green #485816

RGB

 RED value IS 72 (28.52% from 255) = 39.56%

 GREEN value IS 88 (34.77% from 255) = 48.35%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 39.56%
G = 48.35%
B = 12.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#485816 (or 0x485816) is known color: Verdun Green. HEX triplet: 48, 58 and 16. RGB value is (72,88,22). Sum of RGB (Red+Green+Blue) = 72+88+22=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #485816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485816 is #B7A7E9. Grayscale: #4B4B4B. Windows color (decimal): -12036074 or 1464392. OLE color: 1464392.

HSL color Cylindrical-coordinate representation of color #485816: hue angle of 74.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485816 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 22 -
CMYK 0.18 0 0.75 0.65
HSL 74.55º 0.6% 0.22% -
HSV(B) 74.55º 0.75% 0.35% -
XYZ 6.31 8.42 2.05 -
YUV 75.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 72 88 22 0.18 0 0.75 0.65 74.55 0.6 0.22
Hex 48 58 16 12 0 4B 41 4B 3C 16
Octal 110 130 26 22 0 113 101 113 74 26
Binary 1001000 1011000 10110 10010 0 1001011 1000001 1001011 111100 10110

Color Harmonies of #485816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485816

Black with #485816

Text Example


Text Example

White with #485816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485816; }

 p { color: rgb(72,88,22); }

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

background-color css

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

 a { background-color: rgb(72,88,22); }

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

border-color css

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

 span { border-color: rgb(72,88,22); }

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