#388C4A

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

Shades of Sea Green #388C4A

Tints of Sea Green #388C4A

Color information

#388C4A (or 0x388C4A) is unknown color: approx Sea Green. HEX triplet: 38, 8C and 4A. RGB value is (56,140,74). Sum of RGB (Red+Green+Blue) = 56+140+74=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #388C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C4A is #C773B5. Grayscale: #6B6B6B. Windows color (decimal): -13071286 or 4885560. OLE color: 4885560.

HSL color Cylindrical-coordinate representation of color #388C4A: hue angle of 132.86º 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 #388C4A is Cyan = 0.6, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB5614074-
CMYK0.600.470.45
HSL132.86º42.86%38.43%-
HSV(B)132.86º60%54.9%-
XYZ12.2520.099.71-
YUV107.36109.1791.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 140 (55.08% from 255) = 51.85%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=20.74%
G=51.85%
B=27.41%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140740.600.470.45132.8642.8638.43
Hex388C4A3C02F2D852b26
Octal7021411274057552055346
Binary111000100011001001010111100010111110110110000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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