Html Css Color HEX #485A10 Verdun Green

📋 copy color: '#485A10'

red 72 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #485A10

Tints of Verdun Green #485A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 40.45%
G = 50.56%
B = 8.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#485A10 (or 0x485A10) is known color: Verdun Green. HEX triplet: 48, 5A and 10. RGB value is (72,90,16). Sum of RGB (Red+Green+Blue) = 72+90+16=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #485A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A10 is #B7A5EF. Grayscale: #4C4C4C. Windows color (decimal): -12035568 or 1071688. OLE color: 1071688.

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

Color convert

RGB 72 90 16 -
CMYK 0.20 0 0.82 0.65
HSL 74.59º 0.7% 0.21% -
HSV(B) 74.59º 0.82% 0.35% -
XYZ 6.42 8.73 1.84 -
YUV 76.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 72 90 16 0.20 0 0.82 0.65 74.59 0.7 0.21
Hex 48 5A 10 14 0 52 41 4B 46 15
Octal 110 132 20 24 0 122 101 113 106 25
Binary 1001000 1011010 10000 10100 0 1010010 1000001 1001011 1000110 10101

Color Harmonies of #485A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A10

Black with #485A10

Text Example


Text Example

White with #485A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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