Html Css Color HEX #488569 Viridian

📋 copy color: '#488569'

red 72 ◦ green 133 ◦ blue 105

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

Shades of Viridian #488569

Tints of Viridian #488569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 23.23%
G = 42.9%
B = 33.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#488569 (or 0x488569) is known color: Viridian. HEX triplet: 48, 85 and 69. RGB value is (72,133,105). Sum of RGB (Red+Green+Blue) = 72+133+105=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #488569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488569 is #B77A96. Grayscale: #6F6F6F. Windows color (decimal): -12024471 or 6915400. OLE color: 6915400.

HSL color Cylindrical-coordinate representation of color #488569: hue angle of 152.46º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488569 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 105 -
CMYK 0.46 0 0.21 0.48
HSL 152.46º 0.3% 0.4% -
HSV(B) 152.46º 0.46% 0.52% -
XYZ 13.61 19.17 16.35 -
YUV 111.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 72 133 105 0.46 0 0.21 0.48 152.46 0.3 0.4
Hex 48 85 69 2E 0 15 30 98 1E 28
Octal 110 205 151 56 0 25 60 230 36 50
Binary 1001000 10000101 1101001 101110 0 10101 110000 10011000 11110 101000

Color Harmonies of #488569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488569

Black with #488569

Text Example


Text Example

White with #488569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488569; }

 p { color: rgb(72,133,105); }

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

background-color css

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

 a { background-color: rgb(72,133,105); }

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

border-color css

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

 span { border-color: rgb(72,133,105); }

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