Html Css Color HEX #488B6D Viridian

📋 copy color: '#488B6D'

red 72 ◦ green 139 ◦ blue 109

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

Shades of Viridian #488B6D

Tints of Viridian #488B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 22.5%
G = 43.44%
B = 34.06%

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

#488B6D (or 0x488B6D) is known color: Viridian. HEX triplet: 48, 8B and 6D. RGB value is (72,139,109). Sum of RGB (Red+Green+Blue) = 72+139+109=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6D is #B77492. Grayscale: #737373. Windows color (decimal): -12022931 or 7179080. OLE color: 7179080.

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

Color convert

RGB 72 139 109 -
CMYK 0.48 0 0.22 0.45
HSL 153.13º 0.32% 0.41% -
HSV(B) 153.13º 0.48% 0.55% -
XYZ 14.67 20.95 17.74 -
YUV 115.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 72 139 109 0.48 0 0.22 0.45 153.13 0.32 0.41
Hex 48 8B 6D 30 0 16 2D 99 20 29
Octal 110 213 155 60 0 26 55 231 40 51
Binary 1001000 10001011 1101101 110000 0 10110 101101 10011001 100000 101001

Color Harmonies of #488B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B6D

Black with #488B6D

Text Example


Text Example

White with #488B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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