Html Css Color HEX #488672 Viridian

📋 copy color: '#488672'

red 72 ◦ green 134 ◦ blue 114

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

Shades of Viridian #488672

Tints of Viridian #488672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 22.5%
G = 41.88%
B = 35.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#488672 (or 0x488672) is known color: Viridian. HEX triplet: 48, 86 and 72. RGB value is (72,134,114). Sum of RGB (Red+Green+Blue) = 72+134+114=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #488672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488672 is #B7798D. Grayscale: #717171. Windows color (decimal): -12024206 or 7505480. OLE color: 7505480.

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

Color convert

RGB 72 134 114 -
CMYK 0.46 0 0.15 0.47
HSL 160.65º 0.3% 0.4% -
HSV(B) 160.65º 0.46% 0.53% -
XYZ 14.23 19.64 18.96 -
YUV 113.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 72 134 114 0.46 0 0.15 0.47 160.65 0.3 0.4
Hex 48 86 72 2E 0 F 2F A1 1E 28
Octal 110 206 162 56 0 17 57 241 36 50
Binary 1001000 10000110 1110010 101110 0 1111 101111 10100001 11110 101000

Color Harmonies of #488672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488672

Black with #488672

Text Example


Text Example

White with #488672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488672; }

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

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

background-color css

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

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

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

border-color css

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

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

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