Html Css Color HEX #486B5A Viridian Green

📋 copy color: '#486B5A'

red 72 ◦ green 107 ◦ blue 90

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

Shades of Viridian Green #486B5A

Tints of Viridian Green #486B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.78%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 26.77%
G = 39.78%
B = 33.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#486B5A (or 0x486B5A) is known color: Viridian Green. HEX triplet: 48, 6B and 5A. RGB value is (72,107,90). Sum of RGB (Red+Green+Blue) = 72+107+90=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #486B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B5A is #B794A5. Grayscale: #5E5E5E. Windows color (decimal): -12031142 or 5925704. OLE color: 5925704.

HSL color Cylindrical-coordinate representation of color #486B5A: hue angle of 150.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486B5A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 90 -
CMYK 0.33 0 0.16 0.58
HSL 150.86º 0.2% 0.35% -
HSV(B) 150.86º 0.33% 0.42% -
XYZ 9.78 12.63 11.6 -
YUV 94.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 72 107 90 0.33 0 0.16 0.58 150.86 0.2 0.35
Hex 48 6B 5A 21 0 10 3A 97 14 23
Octal 110 153 132 41 0 20 72 227 24 43
Binary 1001000 1101011 1011010 100001 0 10000 111010 10010111 10100 100011

Color Harmonies of #486B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B5A

Black with #486B5A

Text Example


Text Example

White with #486B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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