Html Css Color HEX #488C74 Viridian

📋 copy color: '#488C74'

red 72 ◦ green 140 ◦ blue 116

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

Shades of Viridian #488C74

Tints of Viridian #488C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 21.95%
G = 42.68%
B = 35.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#488C74 (or 0x488C74) is known color: Viridian. HEX triplet: 48, 8C and 74. RGB value is (72,140,116). Sum of RGB (Red+Green+Blue) = 72+140+116=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #488C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C74 is #B7738B. Grayscale: #747474. Windows color (decimal): -12022668 or 7638088. OLE color: 7638088.

HSL color Cylindrical-coordinate representation of color #488C74: hue angle of 158.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C74 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 140 116 -
CMYK 0.49 0 0.17 0.45
HSL 158.82º 0.32% 0.42% -
HSV(B) 158.82º 0.49% 0.55% -
XYZ 15.2 21.39 19.85 -
YUV 116.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 72 140 116 0.49 0 0.17 0.45 158.82 0.32 0.42
Hex 48 8C 74 31 0 11 2D 9F 20 2A
Octal 110 214 164 61 0 21 55 237 40 52
Binary 1001000 10001100 1110100 110001 0 10001 101101 10011111 100000 101010

Color Harmonies of #488C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C74

Black with #488C74

Text Example


Text Example

White with #488C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,116); }

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

background-color css

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

 a { background-color: rgb(72,140,116); }

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

border-color css

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

 span { border-color: rgb(72,140,116); }

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