Html Css Color HEX #485C19 Verdun Green

📋 copy color: '#485C19'

red 72 ◦ green 92 ◦ blue 25

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

Shades of Verdun Green #485C19

Tints of Verdun Green #485C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 38.1%
G = 48.68%
B = 13.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#485C19 (or 0x485C19) is known color: Verdun Green. HEX triplet: 48, 5C and 19. RGB value is (72,92,25). Sum of RGB (Red+Green+Blue) = 72+92+25=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #485C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C19 is #B7A3E6. Grayscale: #4E4E4E. Windows color (decimal): -12035047 or 1662024. OLE color: 1662024.

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

Color convert

RGB 72 92 25 -
CMYK 0.22 0 0.73 0.64
HSL 77.91º 0.57% 0.23% -
HSV(B) 77.91º 0.73% 0.36% -
XYZ 6.68 9.1 2.32 -
YUV 78.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 72 92 25 0.22 0 0.73 0.64 77.91 0.57 0.23
Hex 48 5C 19 16 0 49 40 4E 39 17
Octal 110 134 31 26 0 111 100 116 71 27
Binary 1001000 1011100 11001 10110 0 1001001 1000000 1001110 111001 10111

Color Harmonies of #485C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C19

Black with #485C19

Text Example


Text Example

White with #485C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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