Html Css Color HEX #485817 Verdun Green

📋 copy color: '#485817'

red 72 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #485817

Tints of Verdun Green #485817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.09%

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

R = 39.34%
G = 48.09%
B = 12.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#485817 (or 0x485817) is known color: Verdun Green. HEX triplet: 48, 58 and 17. RGB value is (72,88,23). Sum of RGB (Red+Green+Blue) = 72+88+23=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #485817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485817 is #B7A7E8. Grayscale: #4C4C4C. Windows color (decimal): -12036073 or 1529928. OLE color: 1529928.

HSL color Cylindrical-coordinate representation of color #485817: hue angle of 74.77º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485817 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 23 -
CMYK 0.18 0 0.74 0.65
HSL 74.77º 0.59% 0.22% -
HSV(B) 74.77º 0.74% 0.35% -
XYZ 6.32 8.42 2.1 -
YUV 75.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 72 88 23 0.18 0 0.74 0.65 74.77 0.59 0.22
Hex 48 58 17 12 0 4A 41 4B 3B 16
Octal 110 130 27 22 0 112 101 113 73 26
Binary 1001000 1011000 10111 10010 0 1001010 1000001 1001011 111011 10110

Color Harmonies of #485817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485817

Black with #485817

Text Example


Text Example

White with #485817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485817; }

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

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

background-color css

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

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

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

border-color css

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

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

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