Html Css Color HEX #485812 Verdun Green

📋 copy color: '#485812'

red 72 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #485812

Tints of Verdun Green #485812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 40.45%
G = 49.44%
B = 10.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#485812 (or 0x485812) is known color: Verdun Green. HEX triplet: 48, 58 and 12. RGB value is (72,88,18). Sum of RGB (Red+Green+Blue) = 72+88+18=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #485812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485812 is #B7A7ED. Grayscale: #4B4B4B. Windows color (decimal): -12036078 or 1202248. OLE color: 1202248.

HSL color Cylindrical-coordinate representation of color #485812: hue angle of 73.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485812 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 18 -
CMYK 0.18 0 0.80 0.65
HSL 73.71º 0.66% 0.21% -
HSV(B) 73.71º 0.8% 0.35% -
XYZ 6.27 8.4 1.86 -
YUV 75.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 72 88 18 0.18 0 0.80 0.65 73.71 0.66 0.21
Hex 48 58 12 12 0 50 41 4A 42 15
Octal 110 130 22 22 0 120 101 112 102 25
Binary 1001000 1011000 10010 10010 0 1010000 1000001 1001010 1000010 10101

Color Harmonies of #485812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485812

Black with #485812

Text Example


Text Example

White with #485812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485812; }

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

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

background-color css

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

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

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

border-color css

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

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

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