Html Css Color HEX #488975 Viridian

📋 copy color: '#488975'

red 72 ◦ green 137 ◦ blue 117

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

Shades of Viridian #488975

Tints of Viridian #488975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

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

R = 22.09%
G = 42.02%
B = 35.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#488975 (or 0x488975) is known color: Viridian. HEX triplet: 48, 89 and 75. RGB value is (72,137,117). Sum of RGB (Red+Green+Blue) = 72+137+117=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #488975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488975 is #B7768A. Grayscale: #737373. Windows color (decimal): -12023435 or 7702856. OLE color: 7702856.

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

Color convert

RGB 72 137 117 -
CMYK 0.47 0 0.15 0.46
HSL 161.54º 0.31% 0.41% -
HSV(B) 161.54º 0.47% 0.54% -
XYZ 14.83 20.55 20.02 -
YUV 115.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 72 137 117 0.47 0 0.15 0.46 161.54 0.31 0.41
Hex 48 89 75 2F 0 F 2E A2 1F 29
Octal 110 211 165 57 0 17 56 242 37 51
Binary 1001000 10001001 1110101 101111 0 1111 101110 10100010 11111 101001

Color Harmonies of #488975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488975

Black with #488975

Text Example


Text Example

White with #488975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488975; }

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

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

background-color css

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

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

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

border-color css

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

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

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