Html Css Color HEX #486B5B Viridian Green

📋 copy color: '#486B5B'

red 72 ◦ green 107 ◦ blue 91

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

Shades of Viridian Green #486B5B

Tints of Viridian Green #486B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 26.67%
G = 39.63%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#486B5B (or 0x486B5B) is known color: Viridian Green. HEX triplet: 48, 6B and 5B. RGB value is (72,107,91). Sum of RGB (Red+Green+Blue) = 72+107+91=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #486B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B5B is #B794A4. Grayscale: #5E5E5E. Windows color (decimal): -12031141 or 5991240. OLE color: 5991240.

HSL color Cylindrical-coordinate representation of color #486B5B: hue angle of 152.57º 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 #486B5B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 91 -
CMYK 0.33 0 0.15 0.58
HSL 152.57º 0.2% 0.35% -
HSV(B) 152.57º 0.33% 0.42% -
XYZ 9.82 12.65 11.82 -
YUV 94.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 72 107 91 0.33 0 0.15 0.58 152.57 0.2 0.35
Hex 48 6B 5B 21 0 F 3A 99 14 23
Octal 110 153 133 41 0 17 72 231 24 43
Binary 1001000 1101011 1011011 100001 0 1111 111010 10011001 10100 100011

Color Harmonies of #486B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B5B

Black with #486B5B

Text Example


Text Example

White with #486B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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