#388C69

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

Shades of Viridian #388C69

Tints of Viridian #388C69

Color information

#388C69 (or 0x388C69) is unknown color: approx Viridian. HEX triplet: 38, 8C and 69. RGB value is (56,140,105). Sum of RGB (Red+Green+Blue) = 56+140+105=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #388C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C69 is #C77396. Grayscale: #6E6E6E. Windows color (decimal): -13071255 or 6917176. OLE color: 6917176.

HSL color Cylindrical-coordinate representation of color #388C69: hue angle of 155º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C69 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB56140105-
CMYK0.600.250.45
HSL155º42.86%38.43%-
HSV(B)155º60%54.9%-
XYZ13.5620.6216.63-
YUV110.89124.6788.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=18.60%
G=46.51%
B=34.88%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401050.600.250.4515542.8638.43
Hex388C693C0192D9b2b26
Octal7021415174031552335346
Binary11100010001100110100111110001100110110110011011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,105); }

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

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

 a { background-color: rgb(56,140,105); }

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

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

 span { border-color: rgb(56,140,105); }

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