Html Css Color HEX #488774 Viridian

📋 copy color: '#488774'

red 72 ◦ green 135 ◦ blue 116

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

Shades of Viridian #488774

Tints of Viridian #488774

RGB

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

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

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

R = 22.29%
G = 41.8%
B = 35.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#488774 (or 0x488774) is known color: Viridian. HEX triplet: 48, 87 and 74. RGB value is (72,135,116). Sum of RGB (Red+Green+Blue) = 72+135+116=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #488774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488774 is #B7788B. Grayscale: #727272. Windows color (decimal): -12023948 or 7636808. OLE color: 7636808.

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

Color convert

RGB 72 135 116 -
CMYK 0.47 0 0.14 0.47
HSL 161.9º 0.3% 0.41% -
HSV(B) 161.9º 0.47% 0.53% -
XYZ 14.49 19.97 19.61 -
YUV 114 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 72 135 116 0.47 0 0.14 0.47 161.9 0.3 0.41
Hex 48 87 74 2F 0 E 2F A2 1E 29
Octal 110 207 164 57 0 16 57 242 36 51
Binary 1001000 10000111 1110100 101111 0 1110 101111 10100010 11110 101001

Color Harmonies of #488774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488774

Black with #488774

Text Example


Text Example

White with #488774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488774; }

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

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

background-color css

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

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

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

border-color css

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

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

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