Html Css Color HEX #488469 Viridian

📋 copy color: '#488469'

red 72 ◦ green 132 ◦ blue 105

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

Shades of Viridian #488469

Tints of Viridian #488469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

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

R = 23.3%
G = 42.72%
B = 33.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#488469 (or 0x488469) is known color: Viridian. HEX triplet: 48, 84 and 69. RGB value is (72,132,105). Sum of RGB (Red+Green+Blue) = 72+132+105=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #488469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488469 is #B77B96. Grayscale: #6F6F6F. Windows color (decimal): -12024727 or 6915144. OLE color: 6915144.

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

Color convert

RGB 72 132 105 -
CMYK 0.45 0 0.20 0.48
HSL 153º 0.29% 0.4% -
HSV(B) 153º 0.45% 0.52% -
XYZ 13.47 18.9 16.3 -
YUV 110.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 72 132 105 0.45 0 0.20 0.48 153 0.29 0.4
Hex 48 84 69 2D 0 14 30 99 1D 28
Octal 110 204 151 55 0 24 60 231 35 50
Binary 1001000 10000100 1101001 101101 0 10100 110000 10011001 11101 101000

Color Harmonies of #488469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488469

Black with #488469

Text Example


Text Example

White with #488469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488469; }

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

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

background-color css

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

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

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

border-color css

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

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

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