#388968

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

Shades of Viridian #388968

Tints of Viridian #388968

Color information

#388968 (or 0x388968) is unknown color: approx Viridian. HEX triplet: 38, 89 and 68. RGB value is (56,137,104). Sum of RGB (Red+Green+Blue) = 56+137+104=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #388968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388968 is #C77697. Grayscale: #6D6D6D. Windows color (decimal): -13072024 or 6850872. OLE color: 6850872.

HSL color Cylindrical-coordinate representation of color #388968: hue angle of 155.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388968 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB56137104-
CMYK0.5900.240.46
HSL155.56º41.97%37.84%-
HSV(B)155.56º59.12%53.73%-
XYZ13.0819.7316.22-
YUV109.02125.1690.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=18.86%
G=46.13%
B=35.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371040.5900.240.46155.5641.9737.84
Hex3889683B0182E9c2a26
Octal7021115073030562345246
Binary11100010001001110100011101101100010111010011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388968; }

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

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

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

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

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

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

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

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