Html Css Color HEX #488670 Viridian

📋 copy color: '#488670'

red 72 ◦ green 134 ◦ blue 112

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

Shades of Viridian #488670

Tints of Viridian #488670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 22.64%
G = 42.14%
B = 35.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#488670 (or 0x488670) is known color: Viridian. HEX triplet: 48, 86 and 70. RGB value is (72,134,112). Sum of RGB (Red+Green+Blue) = 72+134+112=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #488670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488670 is #B7798F. Grayscale: #707070. Windows color (decimal): -12024208 or 7374408. OLE color: 7374408.

HSL color Cylindrical-coordinate representation of color #488670: hue angle of 158.71º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488670 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 112 -
CMYK 0.46 0 0.16 0.47
HSL 158.71º 0.3% 0.4% -
HSV(B) 158.71º 0.46% 0.53% -
XYZ 14.12 19.6 18.37 -
YUV 112.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 72 134 112 0.46 0 0.16 0.47 158.71 0.3 0.4
Hex 48 86 70 2E 0 10 2F 9F 1E 28
Octal 110 206 160 56 0 20 57 237 36 50
Binary 1001000 10000110 1110000 101110 0 10000 101111 10011111 11110 101000

Color Harmonies of #488670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488670

Black with #488670

Text Example


Text Example

White with #488670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488670; }

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

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

background-color css

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

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

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

border-color css

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

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

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