Html Css Color HEX #488266 Viridian

📋 copy color: '#488266'

red 72 ◦ green 130 ◦ blue 102

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

Shades of Viridian #488266

Tints of Viridian #488266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 23.68%
G = 42.76%
B = 33.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#488266 (or 0x488266) is known color: Viridian. HEX triplet: 48, 82 and 66. RGB value is (72,130,102). Sum of RGB (Red+Green+Blue) = 72+130+102=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #488266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488266 is #B77D99. Grayscale: #6D6D6D. Windows color (decimal): -12025242 or 6718024. OLE color: 6718024.

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

Color convert

RGB 72 130 102 -
CMYK 0.45 0 0.22 0.49
HSL 151.03º 0.29% 0.4% -
HSV(B) 151.03º 0.45% 0.51% -
XYZ 13.05 18.3 15.42 -
YUV 109.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 72 130 102 0.45 0 0.22 0.49 151.03 0.29 0.4
Hex 48 82 66 2D 0 16 31 97 1D 28
Octal 110 202 146 55 0 26 61 227 35 50
Binary 1001000 10000010 1100110 101101 0 10110 110001 10010111 11101 101000

Color Harmonies of #488266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488266

Black with #488266

Text Example


Text Example

White with #488266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488266; }

 p { color: rgb(72,130,102); }

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

background-color css

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

 a { background-color: rgb(72,130,102); }

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

border-color css

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

 span { border-color: rgb(72,130,102); }

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