Html Css Color HEX #488B76 Viridian

📋 copy color: '#488B76'

red 72 ◦ green 139 ◦ blue 118

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

Shades of Viridian #488B76

Tints of Viridian #488B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 21.88%
G = 42.25%
B = 35.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#488B76 (or 0x488B76) is known color: Viridian. HEX triplet: 48, 8B and 76. RGB value is (72,139,118). Sum of RGB (Red+Green+Blue) = 72+139+118=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #488B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B76 is #B77489. Grayscale: #747474. Windows color (decimal): -12022922 or 7768904. OLE color: 7768904.

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

Color convert

RGB 72 139 118 -
CMYK 0.48 0 0.15 0.45
HSL 161.19º 0.32% 0.41% -
HSV(B) 161.19º 0.48% 0.55% -
XYZ 15.18 21.15 20.42 -
YUV 116.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 72 139 118 0.48 0 0.15 0.45 161.19 0.32 0.41
Hex 48 8B 76 30 0 F 2D A1 20 29
Octal 110 213 166 60 0 17 55 241 40 51
Binary 1001000 10001011 1110110 110000 0 1111 101101 10100001 100000 101001

Color Harmonies of #488B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B76

Black with #488B76

Text Example


Text Example

White with #488B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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