Html Css Color HEX #488B6A Viridian

📋 copy color: '#488B6A'

red 72 ◦ green 139 ◦ blue 106

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

Shades of Viridian #488B6A

Tints of Viridian #488B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 22.71%
G = 43.85%
B = 33.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#488B6A (or 0x488B6A) is known color: Viridian. HEX triplet: 48, 8B and 6A. RGB value is (72,139,106). Sum of RGB (Red+Green+Blue) = 72+139+106=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6A is #B77495. Grayscale: #737373. Windows color (decimal): -12022934 or 6982472. OLE color: 6982472.

HSL color Cylindrical-coordinate representation of color #488B6A: hue angle of 150.45º 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 #488B6A is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 106 -
CMYK 0.48 0 0.24 0.45
HSL 150.45º 0.32% 0.41% -
HSV(B) 150.45º 0.48% 0.55% -
XYZ 14.51 20.88 16.9 -
YUV 115.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 72 139 106 0.48 0 0.24 0.45 150.45 0.32 0.41
Hex 48 8B 6A 30 0 18 2D 96 20 29
Octal 110 213 152 60 0 30 55 226 40 51
Binary 1001000 10001011 1101010 110000 0 11000 101101 10010110 100000 101001

Color Harmonies of #488B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B6A

Black with #488B6A

Text Example


Text Example

White with #488B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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