#38C693

Color #38C693 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38C693

Tints of Shamrock #38C693

Color information

#38C693 (or 0x38C693) is unknown color: approx Shamrock. HEX triplet: 38, C6 and 93. RGB value is (56,198,147). Sum of RGB (Red+Green+Blue) = 56+198+147=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #38C693 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C693 is #C7396C. Grayscale: #959595. Windows color (decimal): -13056365 or 9684536. OLE color: 9684536.

HSL color Cylindrical-coordinate representation of color #38C693: hue angle of 158.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C693 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB56198147-
CMYK0.7200.260.22
HSL158.45º55.91%49.8%-
HSV(B)158.45º71.72%77.65%-
XYZ27.0943.3434.54-
YUV149.73126.4661.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.97%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=13.97%
G=49.38%
B=36.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981470.7200.260.22158.4555.9149.8
Hex38C6934801A169e3832
Octal70306223110032262367062
Binary111000110001101001001110010000110101011010011110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C693; }

 p { color: rgb(56,198,147); }

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

<style>
 a { background-color: #38C693; }

 a { background-color: rgb(56,198,147); }

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

<style>
 span { border-color: #38C693; }

 span { border-color: rgb(56,198,147); }

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