#3A875C

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

Shades of Sea Green #3A875C

Tints of Sea Green #3A875C

Color information

#3A875C (or 0x3A875C) is unknown color: approx Sea Green. HEX triplet: 3A, 87 and 5C. RGB value is (58,135,92). Sum of RGB (Red+Green+Blue) = 58+135+92=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #3A875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A875C is #C578A3. Grayscale: #6B6B6B. Windows color (decimal): -12941476 or 6063930. OLE color: 6063930.

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

Color convert

RGB5813592-
CMYK0.5700.320.47
HSL146.49º39.9%37.84%-
HSV(B)146.49º57.04%52.94%-
XYZ12.341913.14-
YUV107.07119.4993-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=20.35%
G=47.37%
B=32.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58135920.5700.320.47146.4939.937.84
Hex3A875C390202F922826
Octal7220713471040572225046
Binary111010100001111011100111001010000010111110010010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,92); }

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

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

 a { background-color: rgb(58,135,92); }

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

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

 span { border-color: rgb(58,135,92); }

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