Html Css Color HEX #488770 Viridian

📋 copy color: '#488770'

red 72 ◦ green 135 ◦ blue 112

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

Shades of Viridian #488770

Tints of Viridian #488770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 22.57%
G = 42.32%
B = 35.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#488770 (or 0x488770) is known color: Viridian. HEX triplet: 48, 87 and 70. RGB value is (72,135,112). Sum of RGB (Red+Green+Blue) = 72+135+112=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #488770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488770 is #B7788F. Grayscale: #717171. Windows color (decimal): -12023952 or 7374664. OLE color: 7374664.

HSL color Cylindrical-coordinate representation of color #488770: hue angle of 158.1º degrees, saturation: 0.3, 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 #488770 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 112 -
CMYK 0.47 0 0.17 0.47
HSL 158.1º 0.3% 0.41% -
HSV(B) 158.1º 0.47% 0.53% -
XYZ 14.26 19.88 18.41 -
YUV 113.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 72 135 112 0.47 0 0.17 0.47 158.1 0.3 0.41
Hex 48 87 70 2F 0 11 2F 9E 1E 29
Octal 110 207 160 57 0 21 57 236 36 51
Binary 1001000 10000111 1110000 101111 0 10001 101111 10011110 11110 101001

Color Harmonies of #488770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488770

Black with #488770

Text Example


Text Example

White with #488770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488770; }

 p { color: rgb(72,135,112); }

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

background-color css

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

 a { background-color: rgb(72,135,112); }

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

border-color css

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

 span { border-color: rgb(72,135,112); }

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