Html Css Color HEX #485F11 Verdun Green

📋 copy color: '#485F11'

red 72 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #485F11

Tints of Verdun Green #485F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 39.13%
G = 51.63%
B = 9.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#485F11 (or 0x485F11) is known color: Verdun Green. HEX triplet: 48, 5F and 11. RGB value is (72,95,17). Sum of RGB (Red+Green+Blue) = 72+95+17=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #485F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485F11 is #B7A0EE. Grayscale: #4F4F4F. Windows color (decimal): -12034287 or 1138504. OLE color: 1138504.

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

Color convert

RGB 72 95 17 -
CMYK 0.24 0 0.82 0.63
HSL 77.69º 0.7% 0.22% -
HSV(B) 77.69º 0.82% 0.37% -
XYZ 6.87 9.6 2.02 -
YUV 79.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 72 95 17 0.24 0 0.82 0.63 77.69 0.7 0.22
Hex 48 5F 11 18 0 52 3F 4E 46 16
Octal 110 137 21 30 0 122 77 116 106 26
Binary 1001000 1011111 10001 11000 0 1010010 111111 1001110 1000110 10110

Color Harmonies of #485F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F11

Black with #485F11

Text Example


Text Example

White with #485F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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