Html Css Color HEX #485315 Verdun Green

📋 copy color: '#485315'

red 72 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #485315

Tints of Verdun Green #485315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 40.91%
G = 47.16%
B = 11.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#485315 (or 0x485315) is known color: Verdun Green. HEX triplet: 48, 53 and 15. RGB value is (72,83,21). Sum of RGB (Red+Green+Blue) = 72+83+21=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #485315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485315 is #B7ACEA. Grayscale: #484848. Windows color (decimal): -12037355 or 1397576. OLE color: 1397576.

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

Color convert

RGB 72 83 21 -
CMYK 0.13 0 0.75 0.67
HSL 70.65º 0.6% 0.2% -
HSV(B) 70.65º 0.75% 0.33% -
XYZ 5.9 7.62 1.87 -
YUV 72.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 72 83 21 0.13 0 0.75 0.67 70.65 0.6 0.2
Hex 48 53 15 D 0 4B 43 47 3C 14
Octal 110 123 25 15 0 113 103 107 74 24
Binary 1001000 1010011 10101 1101 0 1001011 1000011 1000111 111100 10100

Color Harmonies of #485315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485315

Black with #485315

Text Example


Text Example

White with #485315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485315; }

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

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

background-color css

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

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

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

border-color css

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

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

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