Html Css Color HEX #485C00 Verdun Green

📋 copy color: '#485C00'

red 72 ◦ green 92 ◦ blue 0

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

Shades of Verdun Green #485C00

Tints of Verdun Green #485C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.1%

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

R = 43.9%
G = 56.1%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#485C00 (or 0x485C00) is known color: Verdun Green. HEX triplet: 48, 5C and 00. RGB value is (72,92,0). Sum of RGB (Red+Green+Blue) = 72+92+0=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #485C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C00 is #B7A3FF. Grayscale: #4B4B4B. Windows color (decimal): -12035072 or 23624. OLE color: 23624.

HSL color Cylindrical-coordinate representation of color #485C00: hue angle of 73.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #485C00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 0 -
CMYK 0.22 0 1 0.64
HSL 73.04º 1% 0.18% -
HSV(B) 73.04º 1% 0.36% -
XYZ 6.5 9.03 1.4 -
YUV 75.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 72 92 0 0.22 0 1 0.64 73.04 1 0.18
Hex 48 5C 0 16 0 64 40 49 64 12
Octal 110 134 0 26 0 144 100 111 144 22
Binary 1001000 1011100 0 10110 0 1100100 1000000 1001001 1100100 10010

Color Harmonies of #485C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C00

Black with #485C00

Text Example


Text Example

White with #485C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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