Html Css Color HEX #485D1A Verdun Green

📋 copy color: '#485D1A'

red 72 ◦ green 93 ◦ blue 26

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

Shades of Verdun Green #485D1A

Tints of Verdun Green #485D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 37.7%
G = 48.69%
B = 13.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#485D1A (or 0x485D1A) is known color: Verdun Green. HEX triplet: 48, 5D and 1A. RGB value is (72,93,26). Sum of RGB (Red+Green+Blue) = 72+93+26=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #485D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D1A is #B7A2E5. Grayscale: #4F4F4F. Windows color (decimal): -12034790 or 1727816. OLE color: 1727816.

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

Color convert

RGB 72 93 26 -
CMYK 0.23 0 0.72 0.64
HSL 78.81º 0.56% 0.23% -
HSV(B) 78.81º 0.72% 0.36% -
XYZ 6.77 9.28 2.41 -
YUV 79.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 72 93 26 0.23 0 0.72 0.64 78.81 0.56 0.23
Hex 48 5D 1A 17 0 48 40 4F 38 17
Octal 110 135 32 27 0 110 100 117 70 27
Binary 1001000 1011101 11010 10111 0 1001000 1000000 1001111 111000 10111

Color Harmonies of #485D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D1A

Black with #485D1A

Text Example


Text Example

White with #485D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,26); }

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

background-color css

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

 a { background-color: rgb(72,93,26); }

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

border-color css

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

 span { border-color: rgb(72,93,26); }

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