Html Css Color HEX #485B1B Verdun Green

📋 copy color: '#485B1B'

red 72 ◦ green 91 ◦ blue 27

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

Shades of Verdun Green #485B1B

Tints of Verdun Green #485B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 37.89%
G = 47.89%
B = 14.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#485B1B (or 0x485B1B) is known color: Verdun Green. HEX triplet: 48, 5B and 1B. RGB value is (72,91,27). Sum of RGB (Red+Green+Blue) = 72+91+27=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #485B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B1B is #B7A4E4. Grayscale: #4E4E4E. Windows color (decimal): -12035301 or 1792840. OLE color: 1792840.

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

Color convert

RGB 72 91 27 -
CMYK 0.21 0 0.70 0.64
HSL 77.81º 0.54% 0.23% -
HSV(B) 77.81º 0.7% 0.36% -
XYZ 6.61 8.94 2.41 -
YUV 78.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 72 91 27 0.21 0 0.70 0.64 77.81 0.54 0.23
Hex 48 5B 1B 15 0 46 40 4E 36 17
Octal 110 133 33 25 0 106 100 116 66 27
Binary 1001000 1011011 11011 10101 0 1000110 1000000 1001110 110110 10111

Color Harmonies of #485B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B1B

Black with #485B1B

Text Example


Text Example

White with #485B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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