Html Css Color HEX #488A6A Viridian

📋 copy color: '#488A6A'

red 72 ◦ green 138 ◦ blue 106

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

Shades of Viridian #488A6A

Tints of Viridian #488A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 22.78%
G = 43.67%
B = 33.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#488A6A (or 0x488A6A) is known color: Viridian. HEX triplet: 48, 8A and 6A. RGB value is (72,138,106). Sum of RGB (Red+Green+Blue) = 72+138+106=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #488A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A6A is #B77595. Grayscale: #727272. Windows color (decimal): -12023190 or 6982216. OLE color: 6982216.

HSL color Cylindrical-coordinate representation of color #488A6A: hue angle of 150.91º 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 #488A6A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 106 -
CMYK 0.48 0 0.23 0.46
HSL 150.91º 0.31% 0.41% -
HSV(B) 150.91º 0.48% 0.54% -
XYZ 14.36 20.6 16.85 -
YUV 114.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 72 138 106 0.48 0 0.23 0.46 150.91 0.31 0.41
Hex 48 8A 6A 30 0 17 2E 97 1F 29
Octal 110 212 152 60 0 27 56 227 37 51
Binary 1001000 10001010 1101010 110000 0 10111 101110 10010111 11111 101001

Color Harmonies of #488A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A6A

Black with #488A6A

Text Example


Text Example

White with #488A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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