Html Css Color HEX #485312 Verdun Green

📋 copy color: '#485312'

red 72 ◦ green 83 ◦ blue 18

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

Shades of Verdun Green #485312

Tints of Verdun Green #485312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

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

R = 41.62%
G = 47.98%
B = 10.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#485312 (or 0x485312) is known color: Verdun Green. HEX triplet: 48, 53 and 12. RGB value is (72,83,18). Sum of RGB (Red+Green+Blue) = 72+83+18=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #485312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485312 is #B7ACED. Grayscale: #484848. Windows color (decimal): -12037358 or 1200968. OLE color: 1200968.

HSL color Cylindrical-coordinate representation of color #485312: hue angle of 70.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485312 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 18 -
CMYK 0.13 0 0.78 0.67
HSL 70.15º 0.64% 0.2% -
HSV(B) 70.15º 0.78% 0.33% -
XYZ 5.87 7.61 1.73 -
YUV 72.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 72 83 18 0.13 0 0.78 0.67 70.15 0.64 0.2
Hex 48 53 12 D 0 4E 43 46 40 14
Octal 110 123 22 15 0 116 103 106 100 24
Binary 1001000 1010011 10010 1101 0 1001110 1000011 1000110 1000000 10100

Color Harmonies of #485312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485312

Black with #485312

Text Example


Text Example

White with #485312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485312; }

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

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

background-color css

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

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

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

border-color css

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

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

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