Html Css Color HEX #485521 Verdun Green

📋 copy color: '#485521'

red 72 ◦ green 85 ◦ blue 33

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

Shades of Verdun Green #485521

Tints of Verdun Green #485521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 37.89%
G = 44.74%
B = 17.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#485521 (or 0x485521) is known color: Verdun Green. HEX triplet: 48, 55 and 21. RGB value is (72,85,33). Sum of RGB (Red+Green+Blue) = 72+85+33=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #485521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485521 is #B7AADE. Grayscale: #4B4B4B. Windows color (decimal): -12036831 or 2184520. OLE color: 2184520.

HSL color Cylindrical-coordinate representation of color #485521: hue angle of 75º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485521 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 33 -
CMYK 0.15 0 0.61 0.67
HSL 75º 0.44% 0.23% -
HSV(B) 75º 0.61% 0.33% -
XYZ 6.2 7.98 2.65 -
YUV 75.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 72 85 33 0.15 0 0.61 0.67 75 0.44 0.23
Hex 48 55 21 F 0 3D 43 4B 2C 17
Octal 110 125 41 17 0 75 103 113 54 27
Binary 1001000 1010101 100001 1111 0 111101 1000011 1001011 101100 10111

Color Harmonies of #485521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485521

Black with #485521

Text Example


Text Example

White with #485521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485521; }

 p { color: rgb(72,85,33); }

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

background-color css

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

 a { background-color: rgb(72,85,33); }

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

border-color css

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

 span { border-color: rgb(72,85,33); }

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