#38C595

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

Shades of Shamrock #38C595

Tints of Shamrock #38C595

Color information

#38C595 (or 0x38C595) is unknown color: approx Shamrock. HEX triplet: 38, C5 and 95. RGB value is (56,197,149). Sum of RGB (Red+Green+Blue) = 56+197+149=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #38C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C595 is #C73A6A. Grayscale: #959595. Windows color (decimal): -13056619 or 9815352. OLE color: 9815352.

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

Color convert

RGB56197149-
CMYK0.7200.240.23
HSL159.57º55.73%49.61%-
HSV(B)159.57º71.57%77.25%-
XYZ27.0242.9435.3-
YUV149.37127.7961.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.93%
GREEN value IS 197 (77.34% from 255) = 49.00%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=13.93%
G=49.00%
B=37.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971490.7200.240.23159.5755.7349.61
Hex38C5954801817a03832
Octal70305225110030272407062
Binary111000110001011001010110010000110001011110100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,149); }

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

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

 a { background-color: rgb(56,197,149); }

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

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

 span { border-color: rgb(56,197,149); }

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