#38C690

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

Shades of Shamrock #38C690

Tints of Shamrock #38C690

Color information

#38C690 (or 0x38C690) is unknown color: approx Shamrock. HEX triplet: 38, C6 and 90. RGB value is (56,198,144). Sum of RGB (Red+Green+Blue) = 56+198+144=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #38C690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C690 is #C7396F. Grayscale: #959595. Windows color (decimal): -13056368 or 9487928. OLE color: 9487928.

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

Color convert

RGB56198144-
CMYK0.7200.270.22
HSL157.18º55.91%49.8%-
HSV(B)157.18º71.72%77.65%-
XYZ26.8643.2433.32-
YUV149.39124.9661.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.07%
GREEN value IS 198 (77.73% from 255) = 49.75%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=14.07%
G=49.75%
B=36.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981440.7200.270.22157.1855.9149.8
Hex38C6904801B169d3832
Octal70306220110033262357062
Binary111000110001101001000010010000110111011010011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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