Html Css Color HEX #488675 Viridian

📋 copy color: '#488675'

red 72 ◦ green 134 ◦ blue 117

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

Shades of Viridian #488675

Tints of Viridian #488675

RGB

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

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

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

R = 22.29%
G = 41.49%
B = 36.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#488675 (or 0x488675) is known color: Viridian. HEX triplet: 48, 86 and 75. RGB value is (72,134,117). Sum of RGB (Red+Green+Blue) = 72+134+117=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #488675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488675 is #B7798A. Grayscale: #717171. Windows color (decimal): -12024203 or 7702088. OLE color: 7702088.

HSL color Cylindrical-coordinate representation of color #488675: hue angle of 163.55º 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 #488675 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 117 -
CMYK 0.46 0 0.13 0.47
HSL 163.55º 0.3% 0.4% -
HSV(B) 163.55º 0.46% 0.53% -
XYZ 14.41 19.71 19.88 -
YUV 113.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 72 134 117 0.46 0 0.13 0.47 163.55 0.3 0.4
Hex 48 86 75 2E 0 D 2F A4 1E 28
Octal 110 206 165 56 0 15 57 244 36 50
Binary 1001000 10000110 1110101 101110 0 1101 101111 10100100 11110 101000

Color Harmonies of #488675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488675

Black with #488675

Text Example


Text Example

White with #488675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488675; }

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

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

background-color css

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

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

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

border-color css

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

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

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