Html Css Color HEX #485316 Verdun Green

📋 copy color: '#485316'

red 72 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #485316

Tints of Verdun Green #485316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

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

R = 40.68%
G = 46.89%
B = 12.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#485316 (or 0x485316) is known color: Verdun Green. HEX triplet: 48, 53 and 16. RGB value is (72,83,22). Sum of RGB (Red+Green+Blue) = 72+83+22=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #485316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485316 is #B7ACE9. Grayscale: #484848. Windows color (decimal): -12037354 or 1463112. OLE color: 1463112.

HSL color Cylindrical-coordinate representation of color #485316: hue angle of 70.82º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #485316 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 22 -
CMYK 0.13 0 0.73 0.67
HSL 70.82º 0.58% 0.21% -
HSV(B) 70.82º 0.73% 0.33% -
XYZ 5.91 7.62 1.92 -
YUV 72.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 72 83 22 0.13 0 0.73 0.67 70.82 0.58 0.21
Hex 48 53 16 D 0 49 43 47 3A 15
Octal 110 123 26 15 0 111 103 107 72 25
Binary 1001000 1010011 10110 1101 0 1001001 1000011 1000111 111010 10101

Color Harmonies of #485316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485316

Black with #485316

Text Example


Text Example

White with #485316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485316; }

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

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

background-color css

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

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

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

border-color css

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

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

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