Html Css Color HEX #485517 Verdun Green

📋 copy color: '#485517'

red 72 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #485517

Tints of Verdun Green #485517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 40%
G = 47.22%
B = 12.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#485517 (or 0x485517) is known color: Verdun Green. HEX triplet: 48, 55 and 17. RGB value is (72,85,23). Sum of RGB (Red+Green+Blue) = 72+85+23=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #485517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485517 is #B7AAE8. Grayscale: #4A4A4A. Windows color (decimal): -12036841 or 1529160. OLE color: 1529160.

HSL color Cylindrical-coordinate representation of color #485517: hue angle of 72.58º degrees, saturation: 0.57, 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 #485517 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 23 -
CMYK 0.15 0 0.73 0.67
HSL 72.58º 0.57% 0.21% -
HSV(B) 72.58º 0.73% 0.33% -
XYZ 6.08 7.94 2.02 -
YUV 74.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 72 85 23 0.15 0 0.73 0.67 72.58 0.57 0.21
Hex 48 55 17 F 0 49 43 49 39 15
Octal 110 125 27 17 0 111 103 111 71 25
Binary 1001000 1010101 10111 1111 0 1001001 1000011 1001001 111001 10101

Color Harmonies of #485517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485517

Black with #485517

Text Example


Text Example

White with #485517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485517; }

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

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

background-color css

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

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

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

border-color css

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

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

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