Html Css Color HEX #488875 Viridian

📋 copy color: '#488875'

red 72 ◦ green 136 ◦ blue 117

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

Shades of Viridian #488875

Tints of Viridian #488875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 22.15%
G = 41.85%
B = 36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#488875 (or 0x488875) is known color: Viridian. HEX triplet: 48, 88 and 75. RGB value is (72,136,117). Sum of RGB (Red+Green+Blue) = 72+136+117=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #488875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488875 is #B7778A. Grayscale: #727272. Windows color (decimal): -12023691 or 7702600. OLE color: 7702600.

HSL color Cylindrical-coordinate representation of color #488875: hue angle of 162.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488875 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 117 -
CMYK 0.47 0 0.14 0.47
HSL 162.19º 0.31% 0.41% -
HSV(B) 162.19º 0.47% 0.53% -
XYZ 14.69 20.27 19.97 -
YUV 114.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 72 136 117 0.47 0 0.14 0.47 162.19 0.31 0.41
Hex 48 88 75 2F 0 E 2F A2 1F 29
Octal 110 210 165 57 0 16 57 242 37 51
Binary 1001000 10001000 1110101 101111 0 1110 101111 10100010 11111 101001

Color Harmonies of #488875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488875

Black with #488875

Text Example


Text Example

White with #488875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488875; }

 p { color: rgb(72,136,117); }

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

background-color css

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

 a { background-color: rgb(72,136,117); }

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

border-color css

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

 span { border-color: rgb(72,136,117); }

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