Html Css Color HEX #485303 Verdun Green

📋 copy color: '#485303'

red 72 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #485303

Tints of Verdun Green #485303

RGB

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

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

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

R = 45.57%
G = 52.53%
B = 1.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#485303 (or 0x485303) is known color: Verdun Green. HEX triplet: 48, 53 and 03. RGB value is (72,83,3). Sum of RGB (Red+Green+Blue) = 72+83+3=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #485303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485303 is #B7ACFC. Grayscale: #464646. Windows color (decimal): -12037373 or 217928. OLE color: 217928.

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

Color convert

RGB 72 83 3 -
CMYK 0.13 0 0.96 0.67
HSL 68.25º 0.93% 0.17% -
HSV(B) 68.25º 0.96% 0.33% -
XYZ 5.78 7.57 1.24 -
YUV 70.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 72 83 3 0.13 0 0.96 0.67 68.25 0.93 0.17
Hex 48 53 3 D 0 60 43 44 5D 11
Octal 110 123 3 15 0 140 103 104 135 21
Binary 1001000 1010011 11 1101 0 1100000 1000011 1000100 1011101 10001

Color Harmonies of #485303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485303

Black with #485303

Text Example


Text Example

White with #485303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485303; }

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

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

background-color css

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

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

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

border-color css

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

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

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