Html Css Color HEX #485300 Verdun Green

📋 copy color: '#485300'

red 72 ◦ green 83 ◦ blue 0

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

Shades of Verdun Green #485300

Tints of Verdun Green #485300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.45%
G = 53.55%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#485300 (or 0x485300) is known color: Verdun Green. HEX triplet: 48, 53 and 00. RGB value is (72,83,0). Sum of RGB (Red+Green+Blue) = 72+83+0=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #485300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485300 is #B7ACFF. Grayscale: #464646. Windows color (decimal): -12037376 or 21320. OLE color: 21320.

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

Color convert

RGB 72 83 0 -
CMYK 0.13 0 1 0.67
HSL 67.95º 1% 0.16% -
HSV(B) 67.95º 1% 0.33% -
XYZ 5.77 7.56 1.16 -
YUV 70.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 72 83 0 0.13 0 1 0.67 67.95 1 0.16
Hex 48 53 0 D 0 64 43 44 64 10
Octal 110 123 0 15 0 144 103 104 144 20
Binary 1001000 1010011 0 1101 0 1100100 1000011 1000100 1100100 10000

Color Harmonies of #485300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485300

Black with #485300

Text Example


Text Example

White with #485300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485300; }

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

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

background-color css

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

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

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

border-color css

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

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

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