#388268

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

Shades of Viridian #388268

Tints of Viridian #388268

Color information

#388268 (or 0x388268) is unknown color: approx Viridian. HEX triplet: 38, 82 and 68. RGB value is (56,130,104). Sum of RGB (Red+Green+Blue) = 56+130+104=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #388268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388268 is #C77D97. Grayscale: #686868. Windows color (decimal): -13073816 or 6849080. OLE color: 6849080.

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

Color convert

RGB56130104-
CMYK0.5700.20.49
HSL158.92º39.78%36.47%-
HSV(B)158.92º56.92%50.98%-
XYZ12.1117.8115.9-
YUV104.91127.4893.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=19.31%
G=44.83%
B=35.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301040.5700.20.49158.9239.7836.47
Hex38826839014319f2824
Octal7020215071024612375044
Binary11100010000010110100011100101010011000110011111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388268; }

 p { color: rgb(56,130,104); }

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

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

 a { background-color: rgb(56,130,104); }

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

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

 span { border-color: rgb(56,130,104); }

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