#388755

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

Shades of Sea Green #388755

Tints of Sea Green #388755

Color information

#388755 (or 0x388755) is unknown color: approx Sea Green. HEX triplet: 38, 87 and 55. RGB value is (56,135,85). Sum of RGB (Red+Green+Blue) = 56+135+85=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #388755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388755 is #C778AA. Grayscale: #696969. Windows color (decimal): -13072555 or 5605176. OLE color: 5605176.

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

Color convert

RGB5613585-
CMYK0.5900.370.47
HSL142.03º41.36%37.45%-
HSV(B)142.03º58.52%52.94%-
XYZ11.9318.8211.6-
YUV105.68116.3392.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=20.29%
G=48.91%
B=30.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135850.5900.370.47142.0341.3637.45
Hex3887553B0252F8e2925
Octal7020712573045572165145
Binary111000100001111010101111011010010110111110001110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388755; }

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

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

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

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

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

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

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

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