Html Css Color HEX #485D1F Verdun Green

📋 copy color: '#485D1F'

red 72 ◦ green 93 ◦ blue 31

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

Shades of Verdun Green #485D1F

Tints of Verdun Green #485D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 36.73%
G = 47.45%
B = 15.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#485D1F (or 0x485D1F) is known color: Verdun Green. HEX triplet: 48, 5D and 1F. RGB value is (72,93,31). Sum of RGB (Red+Green+Blue) = 72+93+31=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #485D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D1F is #B7A2E0. Grayscale: #4F4F4F. Windows color (decimal): -12034785 or 2055496. OLE color: 2055496.

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

Color convert

RGB 72 93 31 -
CMYK 0.23 0 0.67 0.64
HSL 80.32º 0.5% 0.24% -
HSV(B) 80.32º 0.67% 0.36% -
XYZ 6.83 9.31 2.73 -
YUV 79.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 72 93 31 0.23 0 0.67 0.64 80.32 0.5 0.24
Hex 48 5D 1F 17 0 43 40 50 32 18
Octal 110 135 37 27 0 103 100 120 62 30
Binary 1001000 1011101 11111 10111 0 1000011 1000000 1010000 110010 11000

Color Harmonies of #485D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D1F

Black with #485D1F

Text Example


Text Example

White with #485D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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