Html Css Color HEX #488674 Viridian

📋 copy color: '#488674'

red 72 ◦ green 134 ◦ blue 116

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

Shades of Viridian #488674

Tints of Viridian #488674

RGB

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

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

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

R = 22.36%
G = 41.61%
B = 36.02%

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

#488674 (or 0x488674) is known color: Viridian. HEX triplet: 48, 86 and 74. RGB value is (72,134,116). Sum of RGB (Red+Green+Blue) = 72+134+116=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #488674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488674 is #B7798B. Grayscale: #717171. Windows color (decimal): -12024204 or 7636552. OLE color: 7636552.

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

Color convert

RGB 72 134 116 -
CMYK 0.46 0 0.13 0.47
HSL 162.58º 0.3% 0.4% -
HSV(B) 162.58º 0.46% 0.53% -
XYZ 14.35 19.69 19.57 -
YUV 113.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 72 134 116 0.46 0 0.13 0.47 162.58 0.3 0.4
Hex 48 86 74 2E 0 D 2F A3 1E 28
Octal 110 206 164 56 0 15 57 243 36 50
Binary 1001000 10000110 1110100 101110 0 1101 101111 10100011 11110 101000

Color Harmonies of #488674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488674

Black with #488674

Text Example


Text Example

White with #488674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488674; }

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

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

background-color css

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

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

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

border-color css

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

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

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