#3B8C5C

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

Shades of Sea Green #3B8C5C

Tints of Sea Green #3B8C5C

Color information

#3B8C5C (or 0x3B8C5C) is unknown color: approx Sea Green. HEX triplet: 3B, 8C and 5C. RGB value is (59,140,92). Sum of RGB (Red+Green+Blue) = 59+140+92=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #3B8C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8C5C is #C473A3. Grayscale: #6E6E6E. Windows color (decimal): -12874660 or 6065211. OLE color: 6065211.

HSL color Cylindrical-coordinate representation of color #3B8C5C: hue angle of 144.44º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8C5C is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB5914092-
CMYK0.5800.340.45
HSL144.44º40.7%39.02%-
HSV(B)144.44º57.86%54.9%-
XYZ13.1120.4613.38-
YUV110.31117.6691.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=20.27%
G=48.11%
B=31.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59140920.5800.340.45144.4440.739.02
Hex3B8C5C3A0222D902927
Octal7321413472042552205147
Binary111011100011001011100111010010001010110110010000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B8C5C; }

 p { color: rgb(59,140,92); }

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

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

 a { background-color: rgb(59,140,92); }

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

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

 span { border-color: rgb(59,140,92); }

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