Html Css Color HEX #485B11 Verdun Green

📋 copy color: '#485B11'

red 72 ◦ green 91 ◦ blue 17

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

Shades of Verdun Green #485B11

Tints of Verdun Green #485B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50.56%

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

R = 40%
G = 50.56%
B = 9.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#485B11 (or 0x485B11) is known color: Verdun Green. HEX triplet: 48, 5B and 11. RGB value is (72,91,17). Sum of RGB (Red+Green+Blue) = 72+91+17=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #485B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B11 is #B7A4EE. Grayscale: #4D4D4D. Windows color (decimal): -12035311 or 1137480. OLE color: 1137480.

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

Color convert

RGB 72 91 17 -
CMYK 0.21 0 0.81 0.64
HSL 75.41º 0.69% 0.21% -
HSV(B) 75.41º 0.81% 0.36% -
XYZ 6.51 8.9 1.9 -
YUV 76.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 72 91 17 0.21 0 0.81 0.64 75.41 0.69 0.21
Hex 48 5B 11 15 0 51 40 4B 45 15
Octal 110 133 21 25 0 121 100 113 105 25
Binary 1001000 1011011 10001 10101 0 1010001 1000000 1001011 1000101 10101

Color Harmonies of #485B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B11

Black with #485B11

Text Example


Text Example

White with #485B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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