Html Css Color HEX #485A0D Verdun Green

📋 copy color: '#485A0D'

red 72 ◦ green 90 ◦ blue 13

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

Shades of Verdun Green #485A0D

Tints of Verdun Green #485A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 41.14%
G = 51.43%
B = 7.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#485A0D (or 0x485A0D) is known color: Verdun Green. HEX triplet: 48, 5A and 0D. RGB value is (72,90,13). Sum of RGB (Red+Green+Blue) = 72+90+13=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #485A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A0D is #B7A5F2. Grayscale: #4C4C4C. Windows color (decimal): -12035571 or 875080. OLE color: 875080.

HSL color Cylindrical-coordinate representation of color #485A0D: hue angle of 74.03º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #485A0D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 90 13 -
CMYK 0.20 0 0.86 0.65
HSL 74.03º 0.75% 0.2% -
HSV(B) 74.03º 0.86% 0.35% -
XYZ 6.4 8.72 1.73 -
YUV 75.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 72 90 13 0.20 0 0.86 0.65 74.03 0.75 0.2
Hex 48 5A D 14 0 56 41 4A 4B 14
Octal 110 132 15 24 0 126 101 112 113 24
Binary 1001000 1011010 1101 10100 0 1010110 1000001 1001010 1001011 10100

Color Harmonies of #485A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A0D

Black with #485A0D

Text Example


Text Example

White with #485A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,13); }

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

background-color css

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

 a { background-color: rgb(72,90,13); }

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

border-color css

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

 span { border-color: rgb(72,90,13); }

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