Html Css Color HEX #488B6C Viridian

📋 copy color: '#488B6C'

red 72 ◦ green 139 ◦ blue 108

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

Shades of Viridian #488B6C

Tints of Viridian #488B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.57%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 22.57%
G = 43.57%
B = 33.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#488B6C (or 0x488B6C) is known color: Viridian. HEX triplet: 48, 8B and 6C. RGB value is (72,139,108). Sum of RGB (Red+Green+Blue) = 72+139+108=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6C is #B77493. Grayscale: #737373. Windows color (decimal): -12022932 or 7113544. OLE color: 7113544.

HSL color Cylindrical-coordinate representation of color #488B6C: hue angle of 152.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B6C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 108 -
CMYK 0.48 0 0.22 0.45
HSL 152.24º 0.32% 0.41% -
HSV(B) 152.24º 0.48% 0.55% -
XYZ 14.61 20.93 17.46 -
YUV 115.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 72 139 108 0.48 0 0.22 0.45 152.24 0.32 0.41
Hex 48 8B 6C 30 0 16 2D 98 20 29
Octal 110 213 154 60 0 26 55 230 40 51
Binary 1001000 10001011 1101100 110000 0 10110 101101 10011000 100000 101001

Color Harmonies of #488B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B6C

Black with #488B6C

Text Example


Text Example

White with #488B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B6C; }

 p { color: rgb(72,139,108); }

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

background-color css

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

 a { background-color: rgb(72,139,108); }

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

border-color css

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

 span { border-color: rgb(72,139,108); }

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