#488567

Color #488567 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #488567

Tints of Viridian #488567

Color information

#488567 (or 0x488567) is unknown color: approx Viridian. HEX triplet: 48, 85 and 67. RGB value is (72,133,103). Sum of RGB (Red+Green+Blue) = 72+133+103=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #488567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488567 is #B77A98. Grayscale: #6F6F6F. Windows color (decimal): -12024473 or 6784328. OLE color: 6784328.

HSL color Cylindrical-coordinate representation of color #488567: hue angle of 150.49º 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 #488567 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB72133103-
CMYK0.4600.230.48
HSL150.49º29.76%40.2%-
HSV(B)150.49º45.86%52.16%-
XYZ13.5119.1315.81-
YUV111.34123.2999.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=23.38%
G=43.18%
B=33.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331030.4600.230.48150.4929.7640.2
Hex4885672E01730961e28
Octal11020514756027602263650
Binary10010001000010111001111011100101111100001001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488567; }

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

 H1.HeaderClassName
 {
   color: #488567;
 }
 .AnyTagClassName
 {
   color: #488567;
 }
</style>
background-color css

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

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

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

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

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

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