Html Css Color HEX #488375 Viridian

📋 copy color: '#488375'

red 72 ◦ green 131 ◦ blue 117

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

Shades of Viridian #488375

Tints of Viridian #488375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 22.5%
G = 40.94%
B = 36.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#488375 (or 0x488375) is known color: Viridian. HEX triplet: 48, 83 and 75. RGB value is (72,131,117). Sum of RGB (Red+Green+Blue) = 72+131+117=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #488375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488375 is #B77C8A. Grayscale: #6F6F6F. Windows color (decimal): -12024971 or 7701320. OLE color: 7701320.

HSL color Cylindrical-coordinate representation of color #488375: hue angle of 165.76º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488375 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 117 -
CMYK 0.45 0 0.11 0.49
HSL 165.76º 0.29% 0.4% -
HSV(B) 165.76º 0.45% 0.51% -
XYZ 14 18.89 19.74 -
YUV 111.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 72 131 117 0.45 0 0.11 0.49 165.76 0.29 0.4
Hex 48 83 75 2D 0 B 31 A6 1D 28
Octal 110 203 165 55 0 13 61 246 35 50
Binary 1001000 10000011 1110101 101101 0 1011 110001 10100110 11101 101000

Color Harmonies of #488375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488375

Black with #488375

Text Example


Text Example

White with #488375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488375; }

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

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

background-color css

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

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

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

border-color css

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

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

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