Html Css Color HEX #488968 Viridian

📋 copy color: '#488968'

red 72 ◦ green 137 ◦ blue 104

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

Shades of Viridian #488968

Tints of Viridian #488968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 23%
G = 43.77%
B = 33.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#488968 (or 0x488968) is known color: Viridian. HEX triplet: 48, 89 and 68. RGB value is (72,137,104). Sum of RGB (Red+Green+Blue) = 72+137+104=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #488968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488968 is #B77697. Grayscale: #717171. Windows color (decimal): -12023448 or 6850888. OLE color: 6850888.

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

Color convert

RGB 72 137 104 -
CMYK 0.47 0 0.24 0.46
HSL 149.54º 0.31% 0.41% -
HSV(B) 149.54º 0.47% 0.54% -
XYZ 14.12 20.27 16.26 -
YUV 113.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 72 137 104 0.47 0 0.24 0.46 149.54 0.31 0.41
Hex 48 89 68 2F 0 18 2E 96 1F 29
Octal 110 211 150 57 0 30 56 226 37 51
Binary 1001000 10001001 1101000 101111 0 11000 101110 10010110 11111 101001

Color Harmonies of #488968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488968

Black with #488968

Text Example


Text Example

White with #488968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488968; }

 p { color: rgb(72,137,104); }

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

background-color css

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

 a { background-color: rgb(72,137,104); }

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

border-color css

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

 span { border-color: rgb(72,137,104); }

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