Html Css Color HEX #488068 Viridian

📋 copy color: '#488068'

red 72 ◦ green 128 ◦ blue 104

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

Shades of Viridian #488068

Tints of Viridian #488068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 23.68%
G = 42.11%
B = 34.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#488068 (or 0x488068) is known color: Viridian. HEX triplet: 48, 80 and 68. RGB value is (72,128,104). Sum of RGB (Red+Green+Blue) = 72+128+104=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #488068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488068 is #B77F97. Grayscale: #6C6C6C. Windows color (decimal): -12025752 or 6848584. OLE color: 6848584.

HSL color Cylindrical-coordinate representation of color #488068: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488068 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 104 -
CMYK 0.44 0 0.19 0.50
HSL 154.29º 0.28% 0.39% -
HSV(B) 154.29º 0.44% 0.5% -
XYZ 12.89 17.82 15.86 -
YUV 108.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 72 128 104 0.44 0 0.19 0.50 154.29 0.28 0.39
Hex 48 80 68 2C 0 13 32 9A 1C 27
Octal 110 200 150 54 0 23 62 232 34 47
Binary 1001000 10000000 1101000 101100 0 10011 110010 10011010 11100 100111

Color Harmonies of #488068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488068

Black with #488068

Text Example


Text Example

White with #488068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488068; }

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

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

background-color css

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

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

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

border-color css

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

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

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