#388A68

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

Shades of Viridian #388A68

Tints of Viridian #388A68

Color information

#388A68 (or 0x388A68) is unknown color: approx Viridian. HEX triplet: 38, 8A and 68. RGB value is (56,138,104). Sum of RGB (Red+Green+Blue) = 56+138+104=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #388A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A68 is #C77597. Grayscale: #6D6D6D. Windows color (decimal): -13071768 or 6851128. OLE color: 6851128.

HSL color Cylindrical-coordinate representation of color #388A68: hue angle of 155.12º 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 #388A68 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB56138104-
CMYK0.5900.250.46
HSL155.12º42.27%38.04%-
HSV(B)155.12º59.42%54.12%-
XYZ13.2220.0216.26-
YUV109.61124.8389.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=18.79%
G=46.31%
B=34.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561381040.5900.250.46155.1242.2738.04
Hex388A683B0192E9b2a26
Octal7021215073031562335246
Binary11100010001010110100011101101100110111010011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388A68; }

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

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

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

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

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

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

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

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