Html Css Color HEX #485203 Verdun Green

📋 copy color: '#485203'

red 72 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #485203

Tints of Verdun Green #485203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 45.86%
G = 52.23%
B = 1.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#485203 (or 0x485203) is known color: Verdun Green. HEX triplet: 48, 52 and 03. RGB value is (72,82,3). Sum of RGB (Red+Green+Blue) = 72+82+3=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #485203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485203 is #B7ADFC. Grayscale: #464646. Windows color (decimal): -12037629 or 217672. OLE color: 217672.

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

Color convert

RGB 72 82 3 -
CMYK 0.12 0 0.96 0.68
HSL 67.59º 0.93% 0.17% -
HSV(B) 67.59º 0.96% 0.32% -
XYZ 5.71 7.42 1.22 -
YUV 70 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 72 82 3 0.12 0 0.96 0.68 67.59 0.93 0.17
Hex 48 52 3 C 0 60 44 44 5D 11
Octal 110 122 3 14 0 140 104 104 135 21
Binary 1001000 1010010 11 1100 0 1100000 1000100 1000100 1011101 10001

Color Harmonies of #485203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485203

Black with #485203

Text Example


Text Example

White with #485203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485203; }

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

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

background-color css

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

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

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

border-color css

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

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

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