#38C68F

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

Shades of Shamrock #38C68F

Tints of Shamrock #38C68F

Color information

#38C68F (or 0x38C68F) is unknown color: approx Shamrock. HEX triplet: 38, C6 and 8F. RGB value is (56,198,143). Sum of RGB (Red+Green+Blue) = 56+198+143=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #38C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C68F is #C73970. Grayscale: #959595. Windows color (decimal): -13056369 or 9422392. OLE color: 9422392.

HSL color Cylindrical-coordinate representation of color #38C68F: hue angle of 156.76º 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 #38C68F is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB56198143-
CMYK0.7200.280.22
HSL156.76º55.91%49.8%-
HSV(B)156.76º71.72%77.65%-
XYZ26.7843.2132.92-
YUV149.27124.4661.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 198 (77.73% from 255) = 49.87%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=14.11%
G=49.87%
B=36.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981430.7200.280.22156.7655.9149.8
Hex38C68F4801C169d3832
Octal70306217110034262357062
Binary111000110001101000111110010000111001011010011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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