#38845F

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

Shades of Sea Green #38845F

Tints of Sea Green #38845F

Color information

#38845F (or 0x38845F) is unknown color: approx Sea Green. HEX triplet: 38, 84 and 5F. RGB value is (56,132,95). Sum of RGB (Red+Green+Blue) = 56+132+95=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #38845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845F is #C77BA0. Grayscale: #696969. Windows color (decimal): -13073313 or 6259768. OLE color: 6259768.

HSL color Cylindrical-coordinate representation of color #38845F: hue angle of 150.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38845F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB5613295-
CMYK0.5800.280.48
HSL150.79º40.43%36.86%-
HSV(B)150.79º57.58%51.76%-
XYZ11.9518.1713.7-
YUV105.06122.3293.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=19.79%
G=46.64%
B=33.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132950.5800.280.48150.7940.4336.86
Hex38845F3A01C30972825
Octal7020413772034602275045
Binary11100010000100101111111101001110011000010010111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38845F; }

 p { color: rgb(56,132,95); }

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

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

 a { background-color: rgb(56,132,95); }

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

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

 span { border-color: rgb(56,132,95); }

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