Html Css Color HEX #488869 Viridian

📋 copy color: '#488869'

red 72 ◦ green 136 ◦ blue 105

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

Shades of Viridian #488869

Tints of Viridian #488869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

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

R = 23%
G = 43.45%
B = 33.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#488869 (or 0x488869) is known color: Viridian. HEX triplet: 48, 88 and 69. RGB value is (72,136,105). Sum of RGB (Red+Green+Blue) = 72+136+105=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #488869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488869 is #B77796. Grayscale: #717171. Windows color (decimal): -12023703 or 6916168. OLE color: 6916168.

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

Color convert

RGB 72 136 105 -
CMYK 0.47 0 0.23 0.47
HSL 150.94º 0.31% 0.41% -
HSV(B) 150.94º 0.47% 0.53% -
XYZ 14.03 20.01 16.49 -
YUV 113.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 72 136 105 0.47 0 0.23 0.47 150.94 0.31 0.41
Hex 48 88 69 2F 0 17 2F 97 1F 29
Octal 110 210 151 57 0 27 57 227 37 51
Binary 1001000 10001000 1101001 101111 0 10111 101111 10010111 11111 101001

Color Harmonies of #488869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488869

Black with #488869

Text Example


Text Example

White with #488869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488869; }

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

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

background-color css

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

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

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

border-color css

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

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

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