Html Css Color HEX #485F1E Verdun Green

📋 copy color: '#485F1E'

red 72 ◦ green 95 ◦ blue 30

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

Shades of Verdun Green #485F1E

Tints of Verdun Green #485F1E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.22%

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 36.55%
G = 48.22%
B = 15.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#485F1E (or 0x485F1E) is known color: Verdun Green. HEX triplet: 48, 5F and 1E. RGB value is (72,95,30). Sum of RGB (Red+Green+Blue) = 72+95+30=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #485F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F1E is #B7A0E1. Grayscale: #505050. Windows color (decimal): -12034274 or 1990472. OLE color: 1990472.

HSL color Cylindrical-coordinate representation of color #485F1E: hue angle of 81.23º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485F1E is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 95 30 -
CMYK 0.24 0 0.68 0.63
HSL 81.23º 0.52% 0.25% -
HSV(B) 81.23º 0.68% 0.37% -
XYZ 7 9.66 2.72 -
YUV 80.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 72 95 30 0.24 0 0.68 0.63 81.23 0.52 0.25
Hex 48 5F 1E 18 0 44 3F 51 34 19
Octal 110 137 36 30 0 104 77 121 64 31
Binary 1001000 1011111 11110 11000 0 1000100 111111 1010001 110100 11001

Color Harmonies of #485F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F1E

Black with #485F1E

Text Example


Text Example

White with #485F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,30); }

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

background-color css

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

 a { background-color: rgb(72,95,30); }

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

border-color css

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

 span { border-color: rgb(72,95,30); }

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