#388855

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

Shades of Sea Green #388855

Tints of Sea Green #388855

Color information

#388855 (or 0x388855) is unknown color: approx Sea Green. HEX triplet: 38, 88 and 55. RGB value is (56,136,85). Sum of RGB (Red+Green+Blue) = 56+136+85=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #388855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388855 is #C777AA. Grayscale: #6A6A6A. Windows color (decimal): -13072299 or 5605432. OLE color: 5605432.

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

Color convert

RGB5613685-
CMYK0.5900.380.47
HSL141.75º41.67%37.65%-
HSV(B)141.75º58.82%53.33%-
XYZ12.0719.111.65-
YUV106.2711692.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=20.22%
G=49.10%
B=30.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136850.5900.380.47141.7541.6737.65
Hex3888553B0262F8e2a26
Octal7021012573046572165246
Binary111000100010001010101111011010011010111110001110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388855; }

 p { color: rgb(56,136,85); }

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

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

 a { background-color: rgb(56,136,85); }

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

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

 span { border-color: rgb(56,136,85); }

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