Html Css Color HEX #488B75 Viridian

📋 copy color: '#488B75'

red 72 ◦ green 139 ◦ blue 117

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

Shades of Viridian #488B75

Tints of Viridian #488B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.38%

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

R = 21.95%
G = 42.38%
B = 35.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#488B75 (or 0x488B75) is known color: Viridian. HEX triplet: 48, 8B and 75. RGB value is (72,139,117). Sum of RGB (Red+Green+Blue) = 72+139+117=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #488B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B75 is #B7748A. Grayscale: #747474. Windows color (decimal): -12022923 or 7703368. OLE color: 7703368.

HSL color Cylindrical-coordinate representation of color #488B75: hue angle of 160.3º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B75 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 117 -
CMYK 0.48 0 0.16 0.45
HSL 160.3º 0.32% 0.41% -
HSV(B) 160.3º 0.48% 0.55% -
XYZ 15.12 21.13 20.11 -
YUV 116.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 72 139 117 0.48 0 0.16 0.45 160.3 0.32 0.41
Hex 48 8B 75 30 0 10 2D A0 20 29
Octal 110 213 165 60 0 20 55 240 40 51
Binary 1001000 10001011 1110101 110000 0 10000 101101 10100000 100000 101001

Color Harmonies of #488B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B75

Black with #488B75

Text Example


Text Example

White with #488B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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