Html Css Color HEX #485A06 Verdun Green

📋 copy color: '#485A06'

red 72 ◦ green 90 ◦ blue 6

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

Shades of Verdun Green #485A06

Tints of Verdun Green #485A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 42.86%
G = 53.57%
B = 3.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#485A06 (or 0x485A06) is known color: Verdun Green. HEX triplet: 48, 5A and 06. RGB value is (72,90,6). Sum of RGB (Red+Green+Blue) = 72+90+6=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #485A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A06 is #B7A5F9. Grayscale: #4B4B4B. Windows color (decimal): -12035578 or 416328. OLE color: 416328.

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

Color convert

RGB 72 90 6 -
CMYK 0.20 0 0.93 0.65
HSL 72.86º 0.88% 0.19% -
HSV(B) 72.86º 0.93% 0.35% -
XYZ 6.36 8.7 1.52 -
YUV 75.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 72 90 6 0.20 0 0.93 0.65 72.86 0.88 0.19
Hex 48 5A 6 14 0 5D 41 49 58 13
Octal 110 132 6 24 0 135 101 111 130 23
Binary 1001000 1011010 110 10100 0 1011101 1000001 1001001 1011000 10011

Color Harmonies of #485A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A06

Black with #485A06

Text Example


Text Example

White with #485A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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