Html Css Color HEX #488B69 Viridian

📋 copy color: '#488B69'

red 72 ◦ green 139 ◦ blue 105

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

Shades of Viridian #488B69

Tints of Viridian #488B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

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

R = 22.78%
G = 43.99%
B = 33.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#488B69 (or 0x488B69) is known color: Viridian. HEX triplet: 48, 8B and 69. RGB value is (72,139,105). Sum of RGB (Red+Green+Blue) = 72+139+105=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #488B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B69 is #B77496. Grayscale: #737373. Windows color (decimal): -12022935 or 6916936. OLE color: 6916936.

HSL color Cylindrical-coordinate representation of color #488B69: hue angle of 149.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B69 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 105 -
CMYK 0.48 0 0.24 0.45
HSL 149.55º 0.32% 0.41% -
HSV(B) 149.55º 0.48% 0.55% -
XYZ 14.45 20.86 16.63 -
YUV 115.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 72 139 105 0.48 0 0.24 0.45 149.55 0.32 0.41
Hex 48 8B 69 30 0 18 2D 96 20 29
Octal 110 213 151 60 0 30 55 226 40 51
Binary 1001000 10001011 1101001 110000 0 11000 101101 10010110 100000 101001

Color Harmonies of #488B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B69

Black with #488B69

Text Example


Text Example

White with #488B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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