Html Css Color HEX #488B6B Viridian

📋 copy color: '#488B6B'

red 72 ◦ green 139 ◦ blue 107

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

Shades of Viridian #488B6B

Tints of Viridian #488B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 22.64%
G = 43.71%
B = 33.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#488B6B (or 0x488B6B) is known color: Viridian. HEX triplet: 48, 8B and 6B. RGB value is (72,139,107). Sum of RGB (Red+Green+Blue) = 72+139+107=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6B is #B77494. Grayscale: #737373. Windows color (decimal): -12022933 or 7048008. OLE color: 7048008.

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

Color convert

RGB 72 139 107 -
CMYK 0.48 0 0.23 0.45
HSL 151.34º 0.32% 0.41% -
HSV(B) 151.34º 0.48% 0.55% -
XYZ 14.56 20.9 17.18 -
YUV 115.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 72 139 107 0.48 0 0.23 0.45 151.34 0.32 0.41
Hex 48 8B 6B 30 0 17 2D 97 20 29
Octal 110 213 153 60 0 27 55 227 40 51
Binary 1001000 10001011 1101011 110000 0 10111 101101 10010111 100000 101001

Color Harmonies of #488B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B6B

Black with #488B6B

Text Example


Text Example

White with #488B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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