Html Css Color HEX #485217 Verdun Green

📋 copy color: '#485217'

red 72 ◦ green 82 ◦ blue 23

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

Shades of Verdun Green #485217

Tints of Verdun Green #485217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.33%

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

R = 40.68%
G = 46.33%
B = 12.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#485217 (or 0x485217) is known color: Verdun Green. HEX triplet: 48, 52 and 17. RGB value is (72,82,23). Sum of RGB (Red+Green+Blue) = 72+82+23=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #485217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485217 is #B7ADE8. Grayscale: #484848. Windows color (decimal): -12037609 or 1528392. OLE color: 1528392.

HSL color Cylindrical-coordinate representation of color #485217: hue angle of 70.17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485217 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 23 -
CMYK 0.12 0 0.72 0.68
HSL 70.17º 0.56% 0.21% -
HSV(B) 70.17º 0.72% 0.32% -
XYZ 5.84 7.47 1.95 -
YUV 72.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 72 82 23 0.12 0 0.72 0.68 70.17 0.56 0.21
Hex 48 52 17 C 0 48 44 46 38 15
Octal 110 122 27 14 0 110 104 106 70 25
Binary 1001000 1010010 10111 1100 0 1001000 1000100 1000110 111000 10101

Color Harmonies of #485217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485217

Black with #485217

Text Example


Text Example

White with #485217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485217; }

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

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

background-color css

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

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

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

border-color css

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

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

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