Html Css Color HEX #488A6F Viridian

📋 copy color: '#488A6F'

red 72 ◦ green 138 ◦ blue 111

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

Shades of Viridian #488A6F

Tints of Viridian #488A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.99%

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 22.43%
G = 42.99%
B = 34.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#488A6F (or 0x488A6F) is known color: Viridian. HEX triplet: 48, 8A and 6F. RGB value is (72,138,111). Sum of RGB (Red+Green+Blue) = 72+138+111=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #488A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A6F is #B77590. Grayscale: #737373. Windows color (decimal): -12023185 or 7309896. OLE color: 7309896.

HSL color Cylindrical-coordinate representation of color #488A6F: hue angle of 155.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A6F is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 111 -
CMYK 0.48 0 0.20 0.46
HSL 155.45º 0.31% 0.41% -
HSV(B) 155.45º 0.48% 0.54% -
XYZ 14.63 20.7 18.26 -
YUV 115.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 72 138 111 0.48 0 0.20 0.46 155.45 0.31 0.41
Hex 48 8A 6F 30 0 14 2E 9B 1F 29
Octal 110 212 157 60 0 24 56 233 37 51
Binary 1001000 10001010 1101111 110000 0 10100 101110 10011011 11111 101001

Color Harmonies of #488A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A6F

Black with #488A6F

Text Example


Text Example

White with #488A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,138,111); }

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

background-color css

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

 a { background-color: rgb(72,138,111); }

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

border-color css

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

 span { border-color: rgb(72,138,111); }

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