Html Css Color HEX #488773 Viridian

📋 copy color: '#488773'

red 72 ◦ green 135 ◦ blue 115

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

Shades of Viridian #488773

Tints of Viridian #488773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 22.36%
G = 41.93%
B = 35.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#488773 (or 0x488773) is known color: Viridian. HEX triplet: 48, 87 and 73. RGB value is (72,135,115). Sum of RGB (Red+Green+Blue) = 72+135+115=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #488773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488773 is #B7788C. Grayscale: #717171. Windows color (decimal): -12023949 or 7571272. OLE color: 7571272.

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

Color convert

RGB 72 135 115 -
CMYK 0.47 0 0.15 0.47
HSL 160.95º 0.3% 0.41% -
HSV(B) 160.95º 0.47% 0.53% -
XYZ 14.43 19.94 19.31 -
YUV 113.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 72 135 115 0.47 0 0.15 0.47 160.95 0.3 0.41
Hex 48 87 73 2F 0 F 2F A1 1E 29
Octal 110 207 163 57 0 17 57 241 36 51
Binary 1001000 10000111 1110011 101111 0 1111 101111 10100001 11110 101001

Color Harmonies of #488773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488773

Black with #488773

Text Example


Text Example

White with #488773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488773; }

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

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

background-color css

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

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

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

border-color css

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

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

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