Html Css Color HEX #485700 Verdun Green

📋 copy color: '#485700'

red 72 ◦ green 87 ◦ blue 0

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

Shades of Verdun Green #485700

Tints of Verdun Green #485700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

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

R = 45.28%
G = 54.72%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#485700 (or 0x485700) is known color: Verdun Green. HEX triplet: 48, 57 and 00. RGB value is (72,87,0). Sum of RGB (Red+Green+Blue) = 72+87+0=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #485700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485700 is #B7A8FF. Grayscale: #484848. Windows color (decimal): -12036352 or 22344. OLE color: 22344.

HSL color Cylindrical-coordinate representation of color #485700: hue angle of 70.34º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #485700 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 0 -
CMYK 0.17 0 1 0.66
HSL 70.34º 1% 0.17% -
HSV(B) 70.34º 1% 0.34% -
XYZ 6.08 8.19 1.26 -
YUV 72.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 72 87 0 0.17 0 1 0.66 70.34 1 0.17
Hex 48 57 0 11 0 64 42 46 64 11
Octal 110 127 0 21 0 144 102 106 144 21
Binary 1001000 1010111 0 10001 0 1100100 1000010 1000110 1100100 10001

Color Harmonies of #485700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485700

Black with #485700

Text Example


Text Example

White with #485700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485700; }

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

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

background-color css

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

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

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

border-color css

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

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

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