Html Css Color HEX #486055 Viridian Green

📋 copy color: '#486055'

red 72 ◦ green 96 ◦ blue 85

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

Shades of Viridian Green #486055

Tints of Viridian Green #486055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 28.46%
G = 37.94%
B = 33.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#486055 (or 0x486055) is known color: Viridian Green. HEX triplet: 48, 60 and 55. RGB value is (72,96,85). Sum of RGB (Red+Green+Blue) = 72+96+85=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #486055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486055 is #B79FAA. Grayscale: #575757. Windows color (decimal): -12033963 or 5595208. OLE color: 5595208.

HSL color Cylindrical-coordinate representation of color #486055: hue angle of 152.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #486055 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 85 -
CMYK 0.25 0 0.11 0.62
HSL 152.5º 0.14% 0.33% -
HSV(B) 152.5º 0.25% 0.38% -
XYZ 8.5 10.4 10.15 -
YUV 87.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 72 96 85 0.25 0 0.11 0.62 152.5 0.14 0.33
Hex 48 60 55 19 0 B 3E 98 E 21
Octal 110 140 125 31 0 13 76 230 16 41
Binary 1001000 1100000 1010101 11001 0 1011 111110 10011000 1110 100001

Color Harmonies of #486055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486055

Black with #486055

Text Example


Text Example

White with #486055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486055; }

 p { color: rgb(72,96,85); }

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

background-color css

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

 a { background-color: rgb(72,96,85); }

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

border-color css

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

 span { border-color: rgb(72,96,85); }

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