#38865A

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

Shades of Sea Green #38865A

Tints of Sea Green #38865A

Color information

#38865A (or 0x38865A) is unknown color: approx Sea Green. HEX triplet: 38, 86 and 5A. RGB value is (56,134,90). Sum of RGB (Red+Green+Blue) = 56+134+90=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #38865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38865A is #C779A5. Grayscale: #696969. Windows color (decimal): -13072806 or 5932600. OLE color: 5932600.

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

Color convert

RGB5613490-
CMYK0.5800.330.47
HSL146.15º41.05%37.25%-
HSV(B)146.15º58.21%52.55%-
XYZ1218.6312.64-
YUV105.66119.1692.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=20%
G=47.86%
B=32.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134900.5800.330.47146.1541.0537.25
Hex38865A3A0212F922925
Octal7020613272041572225145
Binary111000100001101011010111010010000110111110010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38865A; }

 p { color: rgb(56,134,90); }

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

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

 a { background-color: rgb(56,134,90); }

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

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

 span { border-color: rgb(56,134,90); }

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